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:
Friedemann Kleint
2009-06-19 16:34:38 +02:00
parent e05505613a
commit 2508fa03a0
25 changed files with 554 additions and 69 deletions

View File

@@ -55,6 +55,7 @@ struct GitSettings
QString path;
int logCount;
int timeout;
bool promptToSubmit;
};
inline bool operator==(const GitSettings &p1, const GitSettings &p2)