diff options
Diffstat (limited to 'options/bundle.cpp')
-rw-r--r-- | options/bundle.cpp | 3 |
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 |