Remove dependency to Group- and EntryView from MainWindow.

This commit is contained in:
Florian Geyer 2014-05-15 18:05:58 +02:00
parent b718e9d8f2
commit 9363d23e09
6 changed files with 39 additions and 12 deletions

View file

@ -71,6 +71,9 @@ public:
DatabaseWidget::Mode currentMode();
void lock();
void updateFilename(const QString& filename);
int numberOfSelectedEntries();
QStringList customEntryAttributes();
bool isGroupSelected();
Q_SIGNALS:
void closeRequest();