Fix warnings about unused field variables (CLANG).

Change-Id: I488ad18eb0389d1e9b8b695b7a02eca47bee687e
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
bb10
Friedemann Kleint 2013-03-06 15:54:38 +01:00 committed by The Qt Project
parent 69e2739c9a
commit d8e767e928
2 changed files with 0 additions and 2 deletions

View File

@ -238,7 +238,6 @@ private:
mutable int proxyAuthCalled;
bool gotClosedSignal;
int numConnections;
static int loopLevel;

View File

@ -290,7 +290,6 @@ private slots:
private:
QMdiSubWindow *activeWindow;
bool accelPressed;
};
tst_QMdiArea::tst_QMdiArea()