mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-28 08:49:42 -05:00
Make DatabaseWidget::emit{Group,Entry}ContextMenuRequested() private.
This commit is contained in:
parent
584f4b50bf
commit
8a4100adbd
@ -113,8 +113,6 @@ public Q_SLOTS:
|
|||||||
void switchToOpenDatabase(const QString& fileName, const QString& password, const QString& keyFile);
|
void switchToOpenDatabase(const QString& fileName, const QString& password, const QString& keyFile);
|
||||||
void switchToImportKeepass1(const QString& fileName);
|
void switchToImportKeepass1(const QString& fileName);
|
||||||
void toggleSearch();
|
void toggleSearch();
|
||||||
void emitGroupContextMenuRequested(const QPoint& pos);
|
|
||||||
void emitEntryContextMenuRequested(const QPoint& pos);
|
|
||||||
|
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
void entryActivationSignalReceived(Entry* entry, EntryModel::ModelColumn column);
|
void entryActivationSignalReceived(Entry* entry, EntryModel::ModelColumn column);
|
||||||
@ -124,6 +122,8 @@ private Q_SLOTS:
|
|||||||
void switchToEntryEdit(Entry* entry);
|
void switchToEntryEdit(Entry* entry);
|
||||||
void switchToEntryEdit(Entry* entry, bool create);
|
void switchToEntryEdit(Entry* entry, bool create);
|
||||||
void switchToGroupEdit(Group* entry, bool create);
|
void switchToGroupEdit(Group* entry, bool create);
|
||||||
|
void emitGroupContextMenuRequested(const QPoint& pos);
|
||||||
|
void emitEntryContextMenuRequested(const QPoint& pos);
|
||||||
void updateMasterKey(bool accepted);
|
void updateMasterKey(bool accepted);
|
||||||
void openDatabase(bool accepted);
|
void openDatabase(bool accepted);
|
||||||
void unlockDatabase(bool accepted);
|
void unlockDatabase(bool accepted);
|
||||||
|
Loading…
Reference in New Issue
Block a user