diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 130657b16..b1d057e6f 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -492,6 +492,8 @@ signals: */ void pathLoadingProgress(int percent); + void sortProgress(int percent); + /** * Is emitted if the DolphinView::setUrl() is invoked but the URL is not * a directory. @@ -670,8 +672,6 @@ private slots: void hideToolTip(); - //void slotUrlChangeRequested(const KUrl& url); - private: KFileItemModel* fileItemModel() const; |
