X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/6072005ddce81b456fdcf2e77d5156a1d86f3686..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