[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kopete/plugins/motionautoaway
From:       Laurent Montel <montel () kde ! org>
Date:       2003-06-30 21:54:09
[Download RAW message or body]

CVS commit by mlaurent: 

Add const


  M +3 -3      motionawaypreferences.h   1.3


--- kdenonbeta/kopete/plugins/motionautoaway/motionawaypreferences.h  #1.2:1.3
@@ -41,6 +41,6 @@ public:
    virtual void save();
 
-        bool goAvailable() { return preferencesDialog->mGoAvailable->isChecked(); };
-        int awayTimeout() { return preferencesDialog->mAwayTimeout->value(); };
+        bool goAvailable() const { return preferencesDialog->mGoAvailable->isChecked(); };
+        int awayTimeout() const { return preferencesDialog->mAwayTimeout->value(); };
         const QString device() { return preferencesDialog->m_videoDevice->text(); };
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic