mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-04 16:49:05 +00:00
updates
- implemented frontend - namespaced Core - imported qdevicewatcher - fixed bug in logging (more like in misc)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <QDialog>
|
||||
#include "core/importer.h"
|
||||
|
||||
namespace Ui {
|
||||
class MainDialog;
|
||||
@@ -19,5 +20,10 @@ public:
|
||||
~MainDialog() override;
|
||||
|
||||
private:
|
||||
void LoadPresetConfig();
|
||||
void ShowAdvanced();
|
||||
void HideAdvanced();
|
||||
|
||||
std::vector<Core::Config> preset_config_list;
|
||||
std::unique_ptr<Ui::MainDialog> ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user