Skip to content
Snippets Groups Projects
Commit ea9ef72d authored by Allen Winter's avatar Allen Winter
Browse files

main.cpp - wrap mMainWindow in QPointer for safety

5 year old patch from Christopher Feck to solve the activatePlugin crash

BUG: 193514
MERGE: safe for merging to modern versions
parent 33f3f639
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public Q_SLOTS:
void loadCommandLineOptionsForNewInstance();
private:
MainWindow *mMainWindow;
QPointer<MainWindow> mMainWindow;
bool mSessionRestored;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment