chore: update files of project

This commit is contained in:
x-tools 2024-03-19 13:45:13 +08:00
parent 09f8e56acb
commit 0c24948d2a
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
#include <QToolBar>
#include <QWidget>
#include "xToolsMainWindow2.h"
#include "xToolsMainWindow.h"
QT_BEGIN_NAMESPACE
namespace Ui {

View File

@ -12,7 +12,7 @@
#include <QApplication>
#include "sak.h"
#include "xToolsMainWindow2.h"
#include "xToolsMainWindow.h"
template<typename T>
int sakExec(int argc, char* argv[], const QString& appName, bool usingCommonMainWindow = true)

View File

@ -6,7 +6,7 @@
* xTools is licensed according to the terms in the file LICENCE in the root of the source code
* directory.
**************************************************************************************************/
#include "xToolsMainWindow2.h"
#include "xToolsMainWindow.h"
#include <QAction>
#include <QActionGroup>

View File

@ -6,8 +6,8 @@
* xTools is licensed according to the terms in the file LICENCE in the root of the source code
* directory.
**************************************************************************************************/
#ifndef XTOOLSMAINWINDOW2_H
#define XTOOLSMAINWINDOW2_H
#ifndef XTOOLSMAINWINDOW_H
#define XTOOLSMAINWINDOW_H
#include <QActionGroup>
#include <QApplication>
@ -56,4 +56,4 @@ private:
QString getQtConfFileName();
};
#endif // XTOOLSMAINWINDOW2_H
#endif // XTOOLSMAINWINDOW_H