diff options
| author | Tannin <devnull@localhost> | 2013-07-13 10:10:46 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-07-13 10:10:46 +0200 |
| commit | 8d34ae34135cfd495556a059c449a5f11ca6212c (patch) | |
| tree | 555ffc51d1e084ac148ccb4b928898ab1ed4fc62 /src/problemsdialog.h | |
| parent | 849a0a0ef40c9fa1feb15b880aa52fccdd84f234 (diff) | |
- some fixes to the refreshing behaviour
- "fix" buttons in problems dialog are now actually functional
- python proxy now has diagnosis functionality to warn user if correct proxy version is not available
- python proxy now has a configurable python path
Diffstat (limited to 'src/problemsdialog.h')
| -rw-r--r-- | src/problemsdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/problemsdialog.h b/src/problemsdialog.h index 299faf8d..050785f4 100644 --- a/src/problemsdialog.h +++ b/src/problemsdialog.h @@ -27,6 +27,7 @@ private slots: void selectionChanged();
void urlClicked(const QUrl &url);
+ void startFix();
private:
Ui::ProblemsDialog *ui;
|
