forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user