summaryrefslogtreecommitdiffstats
path: root/logic/OneSixInstance.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-08-20 02:29:36 +0200
committerPetr Mrázek <peterix@gmail.com>2013-08-20 02:29:36 +0200
commitbbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2 (patch)
treedbcb9dc6e2858b9e6b59f3a11098e38b3092ff75 /logic/OneSixInstance.cpp
parentc92ad7dcf86f2e5e71d71a68e24e79fbdeceb56d (diff)
downloadMultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar
MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.gz
MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.lz
MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.xz
MultiMC-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.cpp4
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;
}