[Gui] Translator: sort includes

This commit is contained in:
Uwe
2022-03-06 19:12:52 +01:00
parent 4d63de1fe7
commit e3e8fe1e7d
2 changed files with 8 additions and 8 deletions

View File

@@ -20,19 +20,19 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <algorithm>
# include <QTranslator>
# include <QStringList>
# include <QDir>
# include <QApplication>
# include <QDir>
# include <QRegularExpression>
# include <QStringList>
# include <QTranslator>
#endif
#include "Translator.h"
#include <App/Application.h>
#include "Translator.h"
using namespace Gui;

View File

@@ -20,14 +20,14 @@
* *
***************************************************************************/
#ifndef GUI_TRANSLATOR_H
#define GUI_TRANSLATOR_H
#include <QObject>
#include <string>
#include <map>
#include <list>
#include <map>
#include <string>
class QDir;