Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Invalid
-
Affects Version/s: 5.15.2, 6.2.1
-
Fix Version/s: None
-
Component/s: Widgets: Main Window
-
Labels:None
-
Platform/s:
Description
Just like many other widgets, provide a protect constructor to allow customized QApplicationPrivate will give more flexibility to QApplication.
like this:
protected: QApplication(int &argc, char **argv, QApplicationPrivate &dd, int = ApplicationFlags);