Inspection: move to new style connect()

This commit is contained in:
wmayer
2023-01-13 15:57:18 +01:00
parent a621ad81f4
commit 70061abf77
3 changed files with 14 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ public:
FutureWatcherProgress& operator= (const FutureWatcherProgress&) = delete;
FutureWatcherProgress& operator= (FutureWatcherProgress&&) = delete;
private Q_SLOTS:
public Q_SLOTS:
void progressValueChanged(int value);
private: