diff options
| author | Peter Penz <[email protected]> | 2009-02-03 18:40:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-02-03 18:40:59 +0000 |
| commit | 6c75649664547b7f0ead9658af224524632d5c56 (patch) | |
| tree | 52777f14167dd103b86929445fea9068e99fa169 /src/dolphindetailsview.h | |
| parent | 0217168998bb6b9c327cd1a803dfe19a10543db7 (diff) | |
Check whether the global single-click/double-click setting has been changed during runtime and assure that the behavior of the view is adjusted.
CCMAIL: [email protected]
BUG: 175635
BUG: 175280
svn path=/trunk/KDE/kdebase/apps/; revision=920754
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index c81884ae9..0cef83741 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -66,7 +66,7 @@ protected: virtual bool eventFilter(QObject* watched, QEvent* event); virtual QModelIndex indexAt (const QPoint& point) const; virtual void setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command); - virtual void scrollTo (const QModelIndex & index, ScrollHint hint = EnsureVisible); + virtual void scrollTo(const QModelIndex& index, ScrollHint hint = EnsureVisible); private slots: /** @@ -144,7 +144,7 @@ private slots: void requestActivation(); - void updateFont(); + void slotGlobalSettingsChanged(int category); /** * If the elastic band is currently shown, update the elastic band based on |
