disable the save button if there isn't anything to save

This commit is contained in:
thez3ro
2017-10-24 19:23:55 +02:00
parent ca59ae4f4f
commit 4076b37378
3 changed files with 13 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ public slots:
void changeMasterKey();
void changeDatabaseSettings();
bool readOnly(int index = -1);
bool canSave(int index = -1);
bool isModified(int index = -1);
void performGlobalAutoType();
void lockDatabases();