mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #356 Fixed GCC error and warning.
This commit is contained in:
committed by
Roland Winklmeier
parent
ab98009996
commit
67730aa727
@@ -431,7 +431,7 @@ namespace BlackGui
|
||||
|
||||
void CTextMessageComponent::onTextMessageSent(const CTextMessage &sentMessage)
|
||||
{
|
||||
this->displayTextMessage(CTextMessageList({ sentMessage }));
|
||||
this->displayTextMessage(sentMessage);
|
||||
}
|
||||
|
||||
bool CTextMessageComponent::handleGlobalCommandLine(const QString &commandLine, const QString &originator)
|
||||
|
||||
Reference in New Issue
Block a user