summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qthread.h')
-rw-r--r--src/corelib/thread/qthread.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/thread/qthread.h b/src/corelib/thread/qthread.h
index 878a13c882..bc529fd53b 100644
--- a/src/corelib/thread/qthread.h
+++ b/src/corelib/thread/qthread.h
@@ -116,12 +116,6 @@ protected:
static void msleep(unsigned long);
static void usleep(unsigned long);
-#ifdef QT3_SUPPORT
-public:
- inline QT3_SUPPORT bool finished() const { return isFinished(); }
- inline QT3_SUPPORT bool running() const { return isRunning(); }
-#endif
-
protected:
QThread(QThreadPrivate &dd, QObject *parent = 0);