Fix warning about unused variable
tst_qmenubar.cpp:164:11: warning: unused variable 'RESET' [-Wunused-const-variable] const int RESET = 0; Change-Id: I1410f89f49a8d16279133faa791d51c45c422866 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
parent
88ebee5cd7
commit
4d3ffae3d5
@ -164,8 +164,6 @@ void tst_QMenuBar::getSetCheck()
|
||||
|
||||
#include <qcursor.h>
|
||||
|
||||
const int RESET = 0;
|
||||
|
||||
/*!
|
||||
Test plan:
|
||||
insertItem (all flavors and combinations)
|
||||
|
Loading…
Reference in New Issue
Block a user