diff options
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r-- | shemovcleaner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h index 90ba2cd..db6399f 100644 --- a/shemovcleaner.h +++ b/shemovcleaner.h @@ -13,7 +13,7 @@ class ShemovCleaner : public QMainWindow { Q_OBJECT public: enum Tabs { Torrents = 0, Videos = 1, Actors = 2, Search = 3 }; - ShemovCleaner(QWidget *parent = 0, Qt::WindowFlags f = 0); + ShemovCleaner(QWidget *parent = nullptr, Qt::WindowFlags f = nullptr); ~ShemovCleaner(); public slots: |