mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-13 16:39:48 +02:00
newClusterDialogTest now should work with Qt 4.3
This commit is contained in:
@@ -57,7 +57,8 @@ void newClusterDialogTest::test1()
|
||||
}
|
||||
|
||||
dialog->setFirewallList(fws);
|
||||
dialog->open();
|
||||
dialog->setModal(false);
|
||||
dialog->show();
|
||||
|
||||
QStringList dfws = dialog->getFirewallList();
|
||||
QVERIFY(dfws.count() == fws.size());
|
||||
@@ -183,7 +184,8 @@ void newClusterDialogTest::test2()
|
||||
}
|
||||
|
||||
dialog->setFirewallList(fws);
|
||||
dialog->open();
|
||||
dialog->setModal(false);
|
||||
dialog->show();
|
||||
|
||||
QStringList dfws = dialog->getFirewallList();
|
||||
QVERIFY(dfws.count() == fws.size());
|
||||
|
||||
@@ -181,7 +181,11 @@ SOURCES += main.cpp \
|
||||
../../ClusterInterfacesSelectorWidget.cpp \
|
||||
../../ClusterInterfaceWidget.cpp \
|
||||
../../FWCmdRule.cpp \
|
||||
../../UsageResolver.cpp
|
||||
../../UsageResolver.cpp \
|
||||
../../IconSetter.cpp \
|
||||
../../TutorialDialog.cpp \
|
||||
../../TutorialAnimator.cpp \
|
||||
../../TutorialHelper.cpp
|
||||
|
||||
HEADERS += newClusterDialogTest.h \
|
||||
../../../../config.h \
|
||||
@@ -341,7 +345,11 @@ HEADERS += newClusterDialogTest.h \
|
||||
../../ClusterInterfacesSelectorWidget.h \
|
||||
../../ClusterInterfaceWidget.h \
|
||||
../../FWCmdRule.h \
|
||||
../../UsageResolver.h
|
||||
../../UsageResolver.h \
|
||||
../../IconSetter.h \
|
||||
../../TutorialDialog.h \
|
||||
../../TutorialAnimator.h \
|
||||
../../TutorialHelper.h
|
||||
|
||||
CONFIG -= release
|
||||
CONFIG += debug
|
||||
|
||||
Reference in New Issue
Block a user