From 8d34ae34135cfd495556a059c449a5f11ca6212c Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 13 Jul 2013 10:10:46 +0200 Subject: - 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 --- src/problemsdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/problemsdialog.h') 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; -- cgit v1.3.1