forked from qt-creator/qt-creator
Make the "prompt to submit" setting a per-plugin one.
Provide a checkable message box to be able to turn prompting off when asked.
This commit is contained in:
@@ -55,6 +55,7 @@ struct GitSettings
|
||||
QString path;
|
||||
int logCount;
|
||||
int timeout;
|
||||
bool promptToSubmit;
|
||||
};
|
||||
|
||||
inline bool operator==(const GitSettings &p1, const GitSettings &p2)
|
||||
|
||||
Reference in New Issue
Block a user