summaryrefslogtreecommitdiffstats
path: root/gui/MCModInfoFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/MCModInfoFrame.h')
-rw-r--r--gui/MCModInfoFrame.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/gui/MCModInfoFrame.h b/gui/MCModInfoFrame.h
index 516fc5ed..01812df7 100644
--- a/gui/MCModInfoFrame.h
+++ b/gui/MCModInfoFrame.h
@@ -18,14 +18,15 @@
#include <QFrame>
#include "logic/Mod.h"
-namespace Ui {
+namespace Ui
+{
class MCModInfoFrame;
}
class MCModInfoFrame : public QFrame
{
Q_OBJECT
-
+
public:
explicit MCModInfoFrame(QWidget *parent = 0);
~MCModInfoFrame();
@@ -36,9 +37,9 @@ public:
void setCredits(QString credits);
void setWebsite(QString website);
-
+ void updateWithMod(Mod &m);
+ void clear();
+
private:
Ui::MCModInfoFrame *ui;
};
-
-void handleModInfoUpdate(Mod &m, MCModInfoFrame *frame);