diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-01-05 07:32:52 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-01-05 07:32:52 +0100 |
commit | 4d0caf6254fdb18f4626a3c7937e64422b40d40c (patch) | |
tree | 76b037c8f6b6c73f8438b85e8e05a2f59da89c17 /application/MainWindow.h | |
parent | d1e344f28f643c9fb0318feea0259be8ac72c8f7 (diff) | |
download | PrismLauncher-4d0caf6254fdb18f4626a3c7937e64422b40d40c.tar.gz PrismLauncher-4d0caf6254fdb18f4626a3c7937e64422b40d40c.tar.bz2 PrismLauncher-4d0caf6254fdb18f4626a3c7937e64422b40d40c.zip |
GH-1389 wrap QDesktopServices and QProcess::startDetached
Essentially do not pass some environment variables to subprocesses:
* LD_PRELOAD
* LD_LIBRARY_PATH
* LD_DEBUG
* QT_PLUGIN_PATH
* QT_FONTPATH
Diffstat (limited to 'application/MainWindow.h')
-rw-r--r-- | application/MainWindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/MainWindow.h b/application/MainWindow.h index 0685c9f8..0a6167bc 100644 --- a/application/MainWindow.h +++ b/application/MainWindow.h @@ -166,9 +166,6 @@ private: void finalizeInstance(InstancePtr inst); void launch(InstancePtr instance, bool online = true, BaseProfilerFactory *profiler = nullptr); - /// open a web page in the default browser - void openWebPage(QUrl url); - private: std::unique_ptr<Ui> ui; |