Merge pull request #120 from sophiekovalevsky/move-message-pattern
main/app: move message pattern to main
This commit is contained in:
commit
7079586aa2
@ -75,8 +75,6 @@ AppWindow::AppWindow(QWidget *parent)
|
||||
, appVersion(APP_VERSION)
|
||||
, appGitHash(APP_GIT_HASH)
|
||||
{
|
||||
qSetMessagePattern("%{time process}: [%{type}] %{message}");
|
||||
|
||||
// qDebug().setVerbosity(0);
|
||||
qDebug() << "Application start";
|
||||
|
||||
|
@ -17,6 +17,9 @@ static void tryExitGracefully(int s) {
|
||||
#endif
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
qSetMessagePattern("%{time process}: [%{type}] %{message}");
|
||||
|
||||
app = new QApplication(argc, argv);
|
||||
QCoreApplication::setOrganizationName("LibreVNA");
|
||||
QCoreApplication::setApplicationName("LibreVNA-GUI");
|
||||
|
Loading…
Reference in New Issue
Block a user