From 3bf4e26b1319295532bb4396cbd6406d85cbcae0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Mar 2012 03:51:37 +0300 Subject: Replace vectors with strings to short names. --- src/gui/widgets/whispertab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/whispertab.cpp') diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index 625c8a392..007002e21 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.cpp @@ -166,7 +166,7 @@ void WhisperTab::saveToLogFile(std::string &msg) chatLogger->log(getNick(), msg); } -void WhisperTab::getAutoCompleteList(std::vector &names) const +void WhisperTab::getAutoCompleteList(StringVect &names) const { names.push_back(mNick); } -- cgit v1.2.3-70-g09d2