Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void ErrorFrame::clear()
25
{
26
setTitle(QString());
27
setDescription(QString());
28
}
29
30
ErrorFrame::ErrorFrame(QWidget *parent) :
31
QFrame(parent),
Callers
14
updateCheckFinished
Method · 0.45
chanListDownloadFinished
Method · 0.45
processFileLists
Function · 0.45
updateToolsMenu
Method · 0.45
repopulateAccountsMenu
Method · 0.45
~InstanceView
Method · 0.45
updateGeometries
Method · 0.45
modelChange
Method · 0.45
repopulate
Method · 0.45
checkFinished
Method · 0.45
patronListLoaded
Method · 0.45
setFilterState
Method · 0.45
Calls
1
QString
Class · 0.85
Tested by
no test coverage detected