Remove unused std::string version of CompletionModel addString
This commit is contained in:
@@ -79,11 +79,6 @@ void CompletionModel::refresh()
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
void CompletionModel::addString(const std::string &str, TaggedString::Type type)
|
|
||||||
{
|
|
||||||
this->addString(qS(str), type);
|
|
||||||
}
|
|
||||||
|
|
||||||
void CompletionModel::addString(const QString &str, TaggedString::Type type)
|
void CompletionModel::addString(const QString &str, TaggedString::Type type)
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> lock(this->emotesMutex);
|
std::lock_guard<std::mutex> lock(this->emotesMutex);
|
||||||
|
|||||||
@@ -117,7 +117,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void refresh();
|
void refresh();
|
||||||
void addString(const std::string &str, TaggedString::Type type);
|
|
||||||
void addString(const QString &str, TaggedString::Type type);
|
void addString(const QString &str, TaggedString::Type type);
|
||||||
|
|
||||||
void addUser(const QString &str);
|
void addUser(const QString &str);
|
||||||
|
|||||||
Reference in New Issue
Block a user