summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/listviewitemconfigentry.cpp
Unidiff
Diffstat (limited to 'noncore/apps/confedit/listviewitemconfigentry.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/confedit/listviewitemconfigentry.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/apps/confedit/listviewitemconfigentry.cpp b/noncore/apps/confedit/listviewitemconfigentry.cpp
index b947514..5ef9f61 100644
--- a/noncore/apps/confedit/listviewitemconfigentry.cpp
+++ b/noncore/apps/confedit/listviewitemconfigentry.cpp
@@ -24,3 +24,2 @@ ListViewItemConfigEntry::ListViewItemConfigEntry(ListViewItemConfFile *parent, Q
24 _valueOrig = _value; 24 _valueOrig = _value;
25 _fileItem->unchanged();
26} 25}
@@ -145,2 +144,8 @@ void ListViewItemConfigEntry::revert()
145 displayText(); 144 displayText();
145}
146
147
148void ListViewItemConfigEntry::expand()
149{
150
146} \ No newline at end of file 151} \ No newline at end of file