diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-09-14 12:44:35 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-14 12:44:35 -0500 |
| commit | b91afaf5c7cca3e3cbf43fd5a5c31d8017c3d0a2 (patch) | |
| tree | 19c5a34dd95e77033ec48e43817233cfe8c099d3 /main.cpp | |
| parent | 31501316c9f9fd774ab84ac276d5c9e6d8cbed21 (diff) | |
| parent | 738e802f3c9684252069b3ae16e686ab0ba14973 (diff) | |
| download | monzero-gui-b91afaf5c7cca3e3cbf43fd5a5c31d8017c3d0a2.tar.gz monzero-gui-b91afaf5c7cca3e3cbf43fd5a5c31d8017c3d0a2.tar.xz monzero-gui-b91afaf5c7cca3e3cbf43fd5a5c31d8017c3d0a2.zip | |
Merge pull request #2378
738e802 macOS/Windows: fix compiler warning (selsta)
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -192,7 +192,9 @@ int main(int argc, char *argv[]) qWarning().noquote() << "app startd" << "(log: " + logPath + ")"; // Desktop entry +#ifdef Q_OS_LINUX registerXdgMime(app); +#endif IPC *ipc = new IPC(&app); QStringList posArgs = parser.positionalArguments(); |
