mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2026-02-04 05:36:15 +01:00
Implemented theme selector and fixed FatTools UI
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef ABOUTDIALOG_H
|
||||
#define ABOUTDIALOG_H
|
||||
#pragma once
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -18,5 +17,3 @@ class AboutDialog : public QDialog
|
||||
Ui::AboutDialog *ui;
|
||||
|
||||
};
|
||||
|
||||
#endif // ABOUTDIALOG_H
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#ifndef REVISION_H
|
||||
#define REVISION_H
|
||||
|
||||
#define GIT_COMMIT_HASH "c7eaa8e"
|
||||
#define GIT_COMMIT_HASH "aa2ed50"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user