X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=headingeditor.cpp;fp=headingeditor.cpp;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=3cb4741cfcd647515e0ad8fa203169495fe29a90;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/headingeditor.cpp b/headingeditor.cpp deleted file mode 100644 index 3cb4741..0000000 --- a/headingeditor.cpp +++ /dev/null @@ -1,17 +0,0 @@ -#include "headingeditor.h" -#include "settings.h" - -extern Settings settings; -extern QString vymName; - -HeadingEditor::HeadingEditor(QString scope):TextEditor() -{ - editorName = tr("Note Editor","Name of editor shown as window title"); - setWindowTitle(""); - - // Load Settings - init (scope); -} - -HeadingEditor::~HeadingEditor() {} -