X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/67ebd66f94356b4e66005b1072919cb7b5e858bb..e9bd295b:/src/trash/dolphintrash.h diff --git a/src/trash/dolphintrash.h b/src/trash/dolphintrash.h index 2120059ef..12f10f101 100644 --- a/src/trash/dolphintrash.h +++ b/src/trash/dolphintrash.h @@ -28,14 +28,14 @@ public: static KIO::Job* empty(QWidget *window); static bool isEmpty(); -signals: +Q_SIGNALS: void emptinessChanged(bool isEmpty); private: KDirLister *m_trashDirLister; Trash(); - ~Trash(); + ~Trash() override; }; #endif // DOLPHINTRASH_H