diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-19 00:11:43 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-22 07:33:38 -0400 |
| commit | f13f5e21c42b3b5bdfdc4fcab50e10abd92c8486 (patch) | |
| tree | 1ab7225ce2279d8c90d24be5b0b02ee257d5c9a6 /src/mainwindow.cpp | |
| parent | d8760ed8ad688c7e69d2a5be89a8574f4bf44f74 (diff) | |
replaced qInfo() with log::info()
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 87ee2c8e..9dbada1c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -5907,7 +5907,7 @@ void MainWindow::finishUpdateInfo() auto finalMods = watcher->result(); if (finalMods.empty()) { - qInfo("None of your mods appear to have had recent file updates."); + log::info("None of your mods appear to have had recent file updates."); } std::set<std::pair<QString, int>> organizedGames; |
