refs #485, renamed to cmdLineErrorMessage (to distinguish from status messages)

This commit is contained in:
Klaus Basan
2016-03-13 18:08:38 +00:00
committed by Mathew Sutcliffe
parent 76814b43be
commit c411f07551
8 changed files with 31 additions and 29 deletions

View File

@@ -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;
}