mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-11 11:05:23 -04:00
Small fixes in Application.
This commit is contained in:
parent
b5249d196d
commit
76eb935024
3 changed files with 6 additions and 12 deletions
|
@ -19,7 +19,6 @@
|
|||
#define KEEPASSX_APPLICATION_H
|
||||
|
||||
#include <QtGui/QApplication>
|
||||
#include "gui/MainWindow.h"
|
||||
|
||||
class Application : public QApplication
|
||||
{
|
||||
|
@ -27,12 +26,11 @@ class Application : public QApplication
|
|||
|
||||
public:
|
||||
Application(int& argc, char** argv);
|
||||
~Application();
|
||||
|
||||
bool event(QEvent *event);
|
||||
bool event(QEvent* event);
|
||||
|
||||
Q_SIGNALS:
|
||||
void openDatabase(const QString& filename);
|
||||
void openFile(const QString& filename);
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_APPLICATION_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue