summaryrefslogtreecommitdiff
path: root/noncore/settings/packagemanager/oconfitem.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/packagemanager/oconfitem.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/packagemanager/oconfitem.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/noncore/settings/packagemanager/oconfitem.cpp b/noncore/settings/packagemanager/oconfitem.cpp
index 940a6de..a90730c 100644
--- a/noncore/settings/packagemanager/oconfitem.cpp
+++ b/noncore/settings/packagemanager/oconfitem.cpp
@@ -31,10 +31,9 @@
#include "oconfitem.h"
-OConfItem::OConfItem( const QString &location, Type type, const QString &name,
+OConfItem::OConfItem( Type type, const QString &name,
const QString &value, bool active )
- : m_location( location )
- , m_type( type )
+ : m_type( type )
, m_name( name )
, m_value( value )
, m_active( active )