Clean up gui test.

This commit is contained in:
Florian Geyer
2011-12-29 20:10:19 +01:00
parent 42773f51a4
commit ccc8725bb3
2 changed files with 24 additions and 8 deletions

View File

@@ -20,6 +20,8 @@
#include <QtCore/QObject>
class MainWindow;
class TestGui : public QObject
{
Q_OBJECT
@@ -27,6 +29,11 @@ class TestGui : public QObject
private Q_SLOTS:
void initTestCase();
void testOpenDatabase();
void testTabs();
void cleanupTestCase();
private:
MainWindow* m_mainWindow;
};
#endif // KEEPASSX_TESTGUI_H