forked from qt-creator/qt-creator
more code cosmetics
This commit is contained in:
@@ -30,11 +30,12 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "textfilewizard.h"
|
||||
#include "basetexteditor.h"
|
||||
#include "texteditorconstants.h"
|
||||
|
||||
namespace TextEditor {
|
||||
using namespace TextEditor;
|
||||
|
||||
TextFileWizard::TextFileWizard(const QString &mimeType,
|
||||
const QString &editorKind,
|
||||
@@ -59,5 +60,3 @@ Core::GeneratedFiles
|
||||
file.setEditorKind(m_editorKind);
|
||||
return Core::GeneratedFiles() << file;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user