X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=mainwindow.h;fp=mainwindow.h;h=1114354c9b18b5c2de3480d0ac88c8593390b22e;hb=27420ae2e72651166b87bb62c7aae0df67e11a16;hp=b7dfcb7f425f742ee0ca99fa24eea7a64c6e0159;hpb=1a0535a2370cd9350a6f0825d60423fe9c363cfb;p=fapman diff --git a/mainwindow.h b/mainwindow.h index b7dfcb7..1114354 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -55,7 +55,6 @@ public: void GdkEventIconThemeReload(); void notifyDialog(QString title, QString msg); bool confirmDialog(QString title, QString msg); - void resetIdlingTime() { iIdlingSince = QDateTime::currentDateTime(); } void setNextOperation(nextOperation op_) { iNextOperation=op_; } public slots: @@ -84,8 +83,6 @@ private: nextOperation iNextOperation; Phonon::MediaObject* iMediaObject; - QDateTime iIdlingSince; - private slots: void on_actionLoad_file_triggered(); void on_actionOptions_triggered();