mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-04 17:15:29 +08:00
update
This commit is contained in:
@ -207,8 +207,3 @@ void Log::setup(const QString &app,int level)
|
||||
qInfo()<<"[LOG_PATH]"<<g_file_path;
|
||||
qInfo()<<"===================================================";
|
||||
}
|
||||
|
||||
void Log::teardown()
|
||||
{
|
||||
qInstallMessageHandler(0);
|
||||
}
|
||||
|
@ -6,7 +6,6 @@ namespace Log
|
||||
{
|
||||
QString prettyProductInfoWrapper();
|
||||
void setup(const QString &app,int level = 4);
|
||||
void teardown();
|
||||
}
|
||||
|
||||
#endif // LOG_H
|
||||
|
@ -82,6 +82,5 @@ int main(int argc, char *argv[])
|
||||
if (exec == 931) {
|
||||
QProcess::startDetached(qApp->applicationFilePath(), QStringList());
|
||||
}
|
||||
Log::teardown();
|
||||
return exec;
|
||||
}
|
||||
|
Reference in New Issue
Block a user