Fixes: fakevim: provide an option in the text editor settings

This commit is contained in:
hjk
2009-01-23 19:13:00 +01:00
parent 34fb3d868f
commit 292d4bc3d5
11 changed files with 36 additions and 44 deletions

View File

@@ -416,7 +416,7 @@ public:
};
// the blocks list must be sorted
void setIfdefedOutBlocks(const QList<BaseTextEditor::BlockRange> &blocks);
void setIfdefedOutBlocks(const QList<BlockRange> &blocks);
public slots:
virtual void setTabSettings(const TextEditor::TabSettings &);