This commit is contained in:
Herwig Birke
2018-02-21 13:50:02 +01:00
parent 89a2691e1c
commit 3be17f267e
10 changed files with 371 additions and 280 deletions
+6 -1
View File
@@ -3,6 +3,8 @@
#include <QMainWindow>
#include "cdatabase.h"
namespace Ui
{
@@ -18,8 +20,11 @@ public:
~cMainWindow();
private:
Ui::cMainWindow *ui;
Ui::cMainWindow* ui;
cDatabase* m_lpDB;
void addFile(const QString& szFile);
void addPath(const QString& szPath);
protected:
void initSettings();
};