Fix warnings about unused field variables (CLANG).
Change-Id: I488ad18eb0389d1e9b8b695b7a02eca47bee687e Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>bb10
parent
69e2739c9a
commit
d8e767e928
|
|
@ -238,7 +238,6 @@ private:
|
|||
|
||||
mutable int proxyAuthCalled;
|
||||
|
||||
bool gotClosedSignal;
|
||||
int numConnections;
|
||||
static int loopLevel;
|
||||
|
||||
|
|
|
|||
|
|
@ -290,7 +290,6 @@ private slots:
|
|||
|
||||
private:
|
||||
QMdiSubWindow *activeWindow;
|
||||
bool accelPressed;
|
||||
};
|
||||
|
||||
tst_QMdiArea::tst_QMdiArea()
|
||||
|
|
|
|||
Loading…
Reference in New Issue