mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
09f8e56acb
commit
0c24948d2a
@ -15,7 +15,7 @@
|
||||
#include <QToolBar>
|
||||
#include <QWidget>
|
||||
|
||||
#include "xToolsMainWindow2.h"
|
||||
#include "xToolsMainWindow.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user