mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Add Q_OBJECT macro to KeePass1OpenDialog and generate the moc file.
This commit is contained in:
parent
04edcf39f7
commit
d8d288fca2
@ -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…
Reference in New Issue
Block a user