change around variables names to make things a bit more clear

This commit is contained in:
Rasmus Karlsson
2018-03-05 22:49:19 +01:00
parent ab42a30108
commit ad12a818b2
3 changed files with 6 additions and 8 deletions
+1 -2
View File
@@ -25,12 +25,11 @@ protected:
private:
QCompleter *completer = nullptr;
bool completionInProgress = false;
// hadSpace is set to true in case the "textUnderCursor" word was after a space
QString textUnderCursor(bool *hadSpace = nullptr) const;
bool nextCompletion = false;
private slots:
void insertCompletion(const QString &completion);
};