summaryrefslogtreecommitdiffstats
path: root/archiveview.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-06-02 12:00:31 +0200
committerArno <am@disconnect.de>2013-06-02 12:00:31 +0200
commit953a291517022deaf22ec682e2d0971e999508d5 (patch)
tree45e5545771f032849436ec47f8e801adc672f20a /archiveview.h
parent721fd40222440c6e8a81f4379f894d8908772a8a (diff)
downloadSheMov-953a291517022deaf22ec682e2d0971e999508d5.tar.gz
SheMov-953a291517022deaf22ec682e2d0971e999508d5.tar.bz2
SheMov-953a291517022deaf22ec682e2d0971e999508d5.zip
Fix error message for ArchiveView
While thinking about merging items, I realized that it is not necessary. Just edit the mappings instead. However, a fallout is an error function for the TreeView.
Diffstat (limited to 'archiveview.h')
-rw-r--r--archiveview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/archiveview.h b/archiveview.h
index 850794c..540db29 100644
--- a/archiveview.h
+++ b/archiveview.h
@@ -74,6 +74,7 @@ class ArchiveTree : public SmTreeView {
void rename();
private:
+ void impossible(const QString msg = tr("Unable to perform function!"));
ArchiveProxy *mProxy;
ArchiveModel *mModel;
};