summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtURIHandler.h')
-rw-r--r--Swift/QtUI/QtURIHandler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Swift/QtUI/QtURIHandler.h b/Swift/QtUI/QtURIHandler.h
index a4b56f8..a02114a 100644
--- a/Swift/QtUI/QtURIHandler.h
+++ b/Swift/QtUI/QtURIHandler.h
@@ -16,12 +16,6 @@ namespace Swift {
public:
QtURIHandler();
- virtual void start() {
- }
-
- virtual void stop() {
- }
-
private:
bool eventFilter(QObject* obj, QEvent* event);
};