mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #485, renamed to cmdLineErrorMessage (to distinguish from status messages)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
76814b43be
commit
c411f07551
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (!QSystemTrayIcon::isSystemTrayAvailable())
|
||||
{
|
||||
a.errorMessage("I could not detect any system tray on this system.");
|
||||
a.cmdLineErrorMessage("I could not detect any system tray on this system.");
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user