mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-04 16:22:52 +08:00
Fixed clazy warning: signal CLineReader::quit hides signal QThread::quit.
This commit is contained in:
@@ -40,7 +40,7 @@ void CLineReader::run()
|
||||
|
||||
if (line == "x")
|
||||
{
|
||||
emit quit();
|
||||
emit wantsToQuit();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user