summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/listviewitemconf.cpp
Unidiff
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
@@ -40,7 +40,12 @@ void ListViewItemConf::unchanged()
40 _changed=false; 40 _changed=false;
41 for (QListViewItem *it = firstChild(); it!=0;it = it->nextSibling()) 41 for (QListViewItem *it = firstChild(); it!=0;it = it->nextSibling())
42 { 42 {
43 ((ListViewItemConf*)it)->unchanged(); 43 ((ListViewItemConf*)it)->unchanged();
44 } 44 }
45 displayText(); 45 displayText();
46}
47
48bool ListViewItemConf::revertable()
49{
50 return _changed;
46} \ No newline at end of file 51} \ No newline at end of file