diff options
| author | Peter Penz <[email protected]> | 2007-09-19 06:24:14 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-19 06:24:14 +0000 |
| commit | ad2facc493dbed42a22385d5a26b1f960d06c1f6 (patch) | |
| tree | 39163f99c335a6119364111b597c189b1a7bb66f /src/viewproperties.h | |
| parent | 9ed99a5ebb93eb4730da5ff0b1f4d54e579b1aeb (diff) | |
If Nepomuk is (temporary) not available use SortByName as fallback for SortByTags/SortByRating. Thanks to Rafael for pointing this out...
svn path=/trunk/KDE/kdebase/apps/; revision=714289
Diffstat (limited to 'src/viewproperties.h')
| -rw-r--r-- | src/viewproperties.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewproperties.h b/src/viewproperties.h index 64a2fad25..cba68ad3c 100644 --- a/src/viewproperties.h +++ b/src/viewproperties.h @@ -124,6 +124,8 @@ private: bool m_autoSave; QString m_filepath; ViewPropertySettings* m_node; + + static bool m_nepomukSupport; }; #endif |
