summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-31 14:41:42 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-31 14:41:42 +0100
commitd00258dfc626000c70767796ccd18fad7815a8d3 (patch)
treee7560d40f7ecda7b2e1f8c82e3b7b7e590841007 /options
parent8dfcc01968df0795dbf8cf83e4908c375b3789af (diff)
gui: clean up a bit
Diffstat (limited to 'options')
-rw-r--r--options/bundle.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/bundle.cpp b/options/bundle.cpp
index 401fce86..4a133402 100644
--- a/options/bundle.cpp
+++ b/options/bundle.cpp
@@ -100,7 +100,10 @@ void bundle::save()
}
if (modified_)
+ {
+ qDebug() << "saving" << name();
emit saving();
+ }
}
bool bundle::is_modified() const