MCPcopy Create free account
hub / github.com/MultiMC/Launcher / clear

Method clear

launcher/ui/widgets/ErrorFrame.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "ui/dialogs/CustomMessageBox.h"
23
24void ErrorFrame::clear()
25{
26 setTitle(QString());
27 setDescription(QString());
28}
29
30ErrorFrame::ErrorFrame(QWidget *parent) :
31 QFrame(parent),

Callers 14

updateCheckFinishedMethod · 0.45
processFileListsFunction · 0.45
updateToolsMenuMethod · 0.45
~InstanceViewMethod · 0.45
updateGeometriesMethod · 0.45
modelChangeMethod · 0.45
repopulateMethod · 0.45
checkFinishedMethod · 0.45
patronListLoadedMethod · 0.45
setFilterStateMethod · 0.45

Calls 1

QStringClass · 0.85

Tested by

no test coverage detected