Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gui/TestGui.h')
-rw-r--r--tests/gui/TestGui.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/gui/TestGui.h b/tests/gui/TestGui.h
index b7798d0b2..8d82e021e 100644
--- a/tests/gui/TestGui.h
+++ b/tests/gui/TestGui.h
@@ -37,9 +37,6 @@ class TestGui : public QObject
{
Q_OBJECT
-protected slots:
- void createDatabaseCallback();
-
private slots:
void initTestCase();
void init();
@@ -64,6 +61,7 @@ private slots:
void testDragAndDropEntry();
void testDragAndDropGroup();
void testSaveAs();
+ void testSaveBackup();
void testSave();
void testDatabaseSettings();
void testKeePass1Import();