diff options
| author | 2008-11-08 12:50:00 +0000 | |
|---|---|---|
| committer | 2008-11-08 12:50:00 +0000 | |
| commit | 66ff2329ae6f045f18edae5ec22cec64c7905572 (patch) | |
| tree | e182fa359512df0d44db91fa49576d13c186de8d /src/modules/editor/scripteditor.h | |
| parent | applied wRAR patch for #285 (diff) | |
| download | KVIrc-66ff2329ae6f045f18edae5ec22cec64c7905572.tar.gz KVIrc-66ff2329ae6f045f18edae5ec22cec64c7905572.tar.bz2 KVIrc-66ff2329ae6f045f18edae5ec22cec64c7905572.zip | |
second round of misc compilation noise reduction
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.h')
| -rw-r--r-- | src/modules/editor/scripteditor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h index bda21f108..31d8d63a0 100644 --- a/src/modules/editor/scripteditor.h +++ b/src/modules/editor/scripteditor.h @@ -66,7 +66,7 @@ protected: public: KviScriptEditorSyntaxHighlighter * syntaxHighlighter(){return m_pSyntaxHighlighter;}; void createCompleter(QStringList &list); - + void loadCompleterFromFile(); QCompleter * completer() const { return m_pCompleter; }; QString textUnderCursor() const; @@ -135,7 +135,7 @@ private: QTextCharFormat functionFormat; QTextCharFormat commentFormat; - + }; class KviScriptEditorImplementation : public KviScriptEditor @@ -152,6 +152,7 @@ protected: QLabel * m_pRowColLabel; int m_lastCursorPos; public: + virtual void setText(const char * txt); virtual void setText(const QString & szText); virtual void setText(const KviQCString & szText); virtual void getText(QString & szText); |
