Sync, removal of webkit as a dependency, removal of the web windows.

This commit is contained in:
Petr Mrázek
2013-08-20 02:29:36 +02:00
parent c92ad7dcf8
commit bbc47cb8bd
14 changed files with 37 additions and 244 deletions

View File

@ -23,7 +23,7 @@ public:
virtual bool shouldUpdate() const;
virtual void setShouldUpdate(bool val);
virtual QSharedPointer< QDialog > createModEditDialog ( QWidget* parent );
virtual QDialog * createModEditDialog ( QWidget* parent );
/// reload the full version json file. return true on success!
bool reloadFullVersion();