Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:12.3
nepomuk-core
initialize-the-m_indexhidden-variable.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File initialize-the-m_indexhidden-variable.patch of Package nepomuk-core
From 72fe0a9a09eac0099d43c40798a643e0eee01f77 Mon Sep 17 00:00:00 2001 From: Vishesh Handa <me@vhanda.in> Date: Thu, 14 Feb 2013 16:03:56 +0530 Subject: [PATCH 2/5] FileIndexerConfig: Initialize the m_indexHidden variable --- services/fileindexer/fileindexerconfig.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/fileindexer/fileindexerconfig.cpp b/services/fileindexer/fileindexerconfig.cpp index 801097e..13a14cf 100644 --- a/services/fileindexer/fileindexerconfig.cpp +++ b/services/fileindexer/fileindexerconfig.cpp @@ -51,8 +51,9 @@ namespace { Nepomuk2::FileIndexerConfig* Nepomuk2::FileIndexerConfig::s_self = 0; Nepomuk2::FileIndexerConfig::FileIndexerConfig(QObject* parent) - : QObject(parent), - m_config( "nepomukstrigirc" ) + : QObject(parent) + , m_config( "nepomukstrigirc" ) + , m_indexHidden(false) { if(!s_self) { s_self = this; @@ -134,7 +135,6 @@ QStringList Nepomuk2::FileIndexerConfig::excludeFilters() const bool Nepomuk2::FileIndexerConfig::indexHiddenFilesAndFolders() const { return m_indexHidden; - return m_config.group( "General" ).readEntry( "index hidden folders", false ); } -- 1.8.1.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor