diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-19 04:54:47 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-22 07:39:52 -0400 |
| commit | f49efd6d448dccd4100fa46e2ebf1690d97033cc (patch) | |
| tree | 700e4be020963a2cdd7ff13c4003c59efa064201 /src/envshortcut.cpp | |
| parent | b3d0ddb0b75da4abd59cae1508d983945c8e235d (diff) | |
replaced formatSystemMessageQ() with formatSystemMessage()
replaced windowsErrorString() with formatSystemMessage()
Diffstat (limited to 'src/envshortcut.cpp')
| -rw-r--r-- | src/envshortcut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/envshortcut.cpp b/src/envshortcut.cpp index 1deb9dad..99495c39 100644 --- a/src/envshortcut.cpp +++ b/src/envshortcut.cpp @@ -100,7 +100,7 @@ private: if (FAILED(r)) { throw ShellLinkException(QString("%1, %2") .arg(s) - .arg(formatSystemMessageQ(r))); + .arg(formatSystemMessage(r))); } } @@ -290,7 +290,7 @@ bool Shortcut::remove(Locations loc) log::error( "failed to remove shortcut '{}', {}", - path, formatSystemMessageQ(e)); + path, formatSystemMessage(e)); return false; } |
