mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-04 15:50:13 +01:00
main/app: move message pattern to main
This commit is contained in:
parent
aec12f7b0b
commit
401a140449
|
|
@ -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 a new issue