Rename FancyLineEdit::setHistoryKey -> setHistoryCompleter

similar for HistoryCompleter *m_completer -> m_historyCompleter

Change-Id: Ic7aedc19cbb865f0a5bdddb9565a7411fd06dfde
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-08-24 13:05:09 +02:00
parent 96d8009693
commit 8d3c1cfb05
5 changed files with 27 additions and 29 deletions

View File

@@ -95,7 +95,7 @@ public:
bool hasAutoHideButton(Side side) const;
// Enable a history completer with a history of entries.
void setHistoryKey(const QString &historyKey);
void setHistoryCompleter(const QString &historyKey);
// Sets a completer that is not a history completer.
void setSpecialCompleter(QCompleter *completer);