summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/listviewitemconf.cpp
authortille <tille>2002-06-30 01:05:42 (UTC)
committer tille <tille>2002-06-30 01:05:42 (UTC)
commit064b3d7b91a526a64c22facba228e3c2fec8fdc8 (patch) (side-by-side diff)
tree98221da79a27bc13b8214b92c8c936c529312e24 /noncore/apps/confedit/listviewitemconf.cpp
parent1f9e13bb2d287a2495e2cbb0f8be0f53c883eae2 (diff)
downloadopie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.zip
opie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.tar.gz
opie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.tar.bz2
late night
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
@@ -45,2 +45,7 @@ void ListViewItemConf::unchanged()
displayText();
+}
+
+bool ListViewItemConf::revertable()
+{
+ return _changed;
} \ No newline at end of file