diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-20 02:29:36 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-20 02:29:36 +0200 |
commit | bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2 (patch) | |
tree | dbcb9dc6e2858b9e6b59f3a11098e38b3092ff75 /logic/OneSixInstance.cpp | |
parent | c92ad7dcf86f2e5e71d71a68e24e79fbdeceb56d (diff) | |
download | PrismLauncher-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.gz PrismLauncher-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.bz2 PrismLauncher-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.zip |
Sync, removal of webkit as a dependency, removal of the web windows.
Diffstat (limited to 'logic/OneSixInstance.cpp')
-rw-r--r-- | logic/OneSixInstance.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/OneSixInstance.cpp b/logic/OneSixInstance.cpp index b7f39e4a..b216c930 100644 --- a/logic/OneSixInstance.cpp +++ b/logic/OneSixInstance.cpp @@ -151,9 +151,9 @@ void OneSixInstance::cleanupAfterRun() dir.removeRecursively(); } -QSharedPointer< QDialog > OneSixInstance::createModEditDialog ( QWidget* parent ) +QDialog * OneSixInstance::createModEditDialog ( QWidget* parent ) { - return QSharedPointer< QDialog >(); + return nullptr; } |