diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 22:41:09 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 23:34:32 +0200 |
commit | ec3b722443fac104d4694563da86147474508f29 (patch) | |
tree | 3c9ec035dd2f32a0973dfa59bb35d48a28b6c10f /src/urlbar/bookmarkwidget.h | |
parent | Let nepomuk dependencies being optional (diff) | |
download | rekonq-ec3b722443fac104d4694563da86147474508f29.tar.xz |
Runtime Nepomuk tagging check
Diffstat (limited to 'src/urlbar/bookmarkwidget.h')
-rw-r--r-- | src/urlbar/bookmarkwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar/bookmarkwidget.h b/src/urlbar/bookmarkwidget.h index 7d5636a1..41dd344e 100644 --- a/src/urlbar/bookmarkwidget.h +++ b/src/urlbar/bookmarkwidget.h @@ -91,6 +91,7 @@ private: #ifdef HAVE_NEPOMUK Nepomuk::Resource m_nfoResource; + bool m_isNepomukEnabled; #endif }; |