git-svn-id: svn://db.shs.com.ru/libs@19 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2015-05-27 16:26:16 +00:00
parent 5246b56958
commit 52316d9af5
3 changed files with 15 additions and 6 deletions

View File

@@ -71,9 +71,10 @@ private:
QList<QTextEdit::ExtraSelection> es_selected, es_custom;
QMap<int, ACClass> ac_classes;
int prev_lc, auto_comp_pl, timer;
bool spaces_, _ignore_focus_out;
bool spaces_, _ignore_focus_out, _first;
bool eventFilter(QObject * o, QEvent * e);
void showEvent(QShowEvent * );
void timerEvent(QTimerEvent * );
void applyExtraSelection();
void nextCompletition();