mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 04:27:45 +00:00
Move default message pattern to setup_physis_logging function
This commit is contained in:
parent
b3b1079506
commit
82abee1d74
1 changed files with 0 additions and 5 deletions
|
@ -15,11 +15,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
customizeAboutData(QStringLiteral("armoury"), QStringLiteral("Armoury"), QStringLiteral("Program to view FFXIV gear."));
|
||||
|
||||
// Default to a sensible message pattern
|
||||
if (qEnvironmentVariableIsEmpty("QT_MESSAGE_PATTERN")) {
|
||||
qputenv("QT_MESSAGE_PATTERN", "[%{time yyyy-MM-dd h:mm:ss.zzz}] %{if-category}[%{category}] %{endif}[%{type}] %{message}");
|
||||
}
|
||||
|
||||
setup_physis_logging();
|
||||
|
||||
const QString gameDir{getGameDirectory()};
|
||||
|
|
Loading…
Add table
Reference in a new issue