mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 09:38:48 -04:00
Add Q_OBJECT macro to KeePass1OpenDialog and generate the moc file.
This commit is contained in:
parent
04edcf39f7
commit
d8d288fca2
2 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,7 @@ set(keepassx_MOC
|
|||
gui/EditWidget.h
|
||||
gui/EditWidgetIcons.h
|
||||
gui/IconModels.h
|
||||
gui/KeePass1OpenDialog.h
|
||||
gui/LineEdit.h
|
||||
gui/MainWindow.h
|
||||
gui/entry/EditEntryWidget.h
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
class KeePass1OpenDialog : public DatabaseOpenDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit KeePass1OpenDialog(QFile* file, const QString& filename, QWidget* parent = 0);
|
||||
~KeePass1OpenDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue