summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qfuturewatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/qfuturewatcher.h')
-rw-r--r--src/concurrent/qfuturewatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/concurrent/qfuturewatcher.h b/src/concurrent/qfuturewatcher.h
index 439a25d844..c05f58e3de 100644
--- a/src/concurrent/qfuturewatcher.h
+++ b/src/concurrent/qfuturewatcher.h
@@ -102,8 +102,8 @@ public Q_SLOTS:
void togglePaused();
protected:
- void connectNotify (const char * signal);
- void disconnectNotify (const char * signal);
+ void connectNotify (const QMetaMethod &signal);
+ void disconnectNotify (const QMetaMethod &signal);
// called from setFuture() implemented in template sub-classes
void connectOutputInterface();