diff options
| author | Dawit Alemayehu <[email protected]> | 2012-04-17 19:56:34 -0400 |
|---|---|---|
| committer | Dawit Alemayehu <[email protected]> | 2012-04-17 19:57:12 -0400 |
| commit | 47d7cdffdd2d2c04067a5088eaeff67add53dde3 (patch) | |
| tree | d79e513111c2c85422f07c114b74cf9de43ddd30 /src/dolphinpart.h | |
| parent | 7afd2f0ae10f1af594cb83f2ff34161baccf67cc (diff) | |
Fixed the signal connection that emits completed in Dolphin's KPart
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 7b37fd823..0a8ce07bd 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -117,7 +117,6 @@ Q_SIGNALS: void aboutToOpenURL(); private Q_SLOTS: - void slotCompleted(const KUrl& url); void slotMessage(const QString& msg); void slotErrorMessage(const QString& msg); /** |
