Sync, removal of webkit as a dependency, removal of the web windows.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user