summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/listviewitemconf.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/confedit/listviewitemconf.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/confedit/listviewitemconf.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/confedit/listviewitemconf.cpp b/noncore/apps/confedit/listviewitemconf.cpp
index 55f8422..91edca2 100644
--- a/noncore/apps/confedit/listviewitemconf.cpp
+++ b/noncore/apps/confedit/listviewitemconf.cpp
@@ -43,4 +43,9 @@ void ListViewItemConf::unchanged()
((ListViewItemConf*)it)->unchanged();
}
displayText();
+}
+
+bool ListViewItemConf::revertable()
+{
+ return _changed;
} \ No newline at end of file