diff options
author | OldWorldOrdr <joey.t.reinhart@gmail.com> | 2022-06-20 11:02:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 11:02:40 -0400 |
commit | 6103d86a47039521c3d4c31a4716c1d48962a8f1 (patch) | |
tree | 95112ac7e3a583fc740eec845b2bbc3126a816fb /launcher/ui/pages/modplatform/flame/FlamePage.h | |
parent | 843c860d98dab5a438374ab136b28d409184ec81 (diff) | |
parent | b8899a534d9679aace828f9c15a9a3083685f680 (diff) | |
download | PrismLauncher-6103d86a47039521c3d4c31a4716c1d48962a8f1.tar.gz PrismLauncher-6103d86a47039521c3d4c31a4716c1d48962a8f1.tar.bz2 PrismLauncher-6103d86a47039521c3d4c31a4716c1d48962a8f1.zip |
Merge branch 'PolyMC:develop' into develop
Diffstat (limited to 'launcher/ui/pages/modplatform/flame/FlamePage.h')
-rw-r--r-- | launcher/ui/pages/modplatform/flame/FlamePage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlamePage.h b/launcher/ui/pages/modplatform/flame/FlamePage.h index baac57c9..8130e416 100644 --- a/launcher/ui/pages/modplatform/flame/FlamePage.h +++ b/launcher/ui/pages/modplatform/flame/FlamePage.h @@ -79,6 +79,8 @@ public: virtual bool shouldDisplay() const override; void retranslate() override; + void updateUi(); + void openedImpl() override; bool eventFilter(QObject * watched, QEvent * event) override; |