forked from qt-creator/qt-creator
Nim: Cleanup includes and qbs dependencies
Change-Id: I1b6ef9d875a2b0c440e52148340337a3e3c25477 Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com> Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
159976062e
commit
c74a366df3
@@ -24,9 +24,9 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "nimsettings.h"
|
||||
#include "nimcodestylepreferencesfactory.h"
|
||||
|
||||
#include "nimconstants.h"
|
||||
#include "settings/nimcodestylepreferencesfactory.h"
|
||||
#include "../nimconstants.h"
|
||||
|
||||
#include <texteditor/icodestylepreferencesfactory.h>
|
||||
#include <texteditor/texteditorsettings.h>
|
||||
@@ -35,14 +35,11 @@
|
||||
#include <texteditor/tabsettings.h>
|
||||
#include <coreplugin/icore.h>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
|
||||
using namespace TextEditor;
|
||||
|
||||
namespace Nim {
|
||||
|
||||
TextEditor::SimpleCodeStylePreferences *m_globalCodeStyle = nullptr;
|
||||
SimpleCodeStylePreferences *m_globalCodeStyle = nullptr;
|
||||
|
||||
NimSettings::NimSettings(QObject *parent)
|
||||
: QObject(parent)
|
||||
|
||||
Reference in New Issue
Block a user