Add Q_OBJECT macro to KeePass1OpenDialog and generate the moc file.

This commit is contained in:
Felix Geyer 2012-05-20 22:21:40 +02:00
parent 04edcf39f7
commit d8d288fca2
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -22,6 +22,8 @@
class KeePass1OpenDialog : public DatabaseOpenDialog
{
Q_OBJECT
public:
explicit KeePass1OpenDialog(QFile* file, const QString& filename, QWidget* parent = 0);
~KeePass1OpenDialog();