summaryrefslogtreecommitdiffstats
path: root/application/pages/BasePageContainer.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-11-07 00:18:27 +0100
committerPetr Mrázek <peterix@gmail.com>2016-11-07 00:18:27 +0100
commit7cff5ba2e119ae675661c32811da85cf5efacea5 (patch)
tree9b7104693a1dfb92a00854eb20c09b6bb1d986d6 /application/pages/BasePageContainer.h
parent1276ecdbb769a249a969e8d34749b8f245c3031e (diff)
downloadMultiMC-7cff5ba2e119ae675661c32811da85cf5efacea5.tar
MultiMC-7cff5ba2e119ae675661c32811da85cf5efacea5.tar.gz
MultiMC-7cff5ba2e119ae675661c32811da85cf5efacea5.tar.lz
MultiMC-7cff5ba2e119ae675661c32811da85cf5efacea5.tar.xz
MultiMC-7cff5ba2e119ae675661c32811da85cf5efacea5.zip
GH-1445 update page list when version and log pages need it
Diffstat (limited to 'application/pages/BasePageContainer.h')
-rw-r--r--application/pages/BasePageContainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/pages/BasePageContainer.h b/application/pages/BasePageContainer.h
index 5982ad76..660685d3 100644
--- a/application/pages/BasePageContainer.h
+++ b/application/pages/BasePageContainer.h
@@ -5,4 +5,5 @@ class BasePageContainer
public:
virtual ~BasePageContainer(){};
virtual bool selectPage(QString pageId) = 0;
+ virtual void refreshContainer() = 0;
};