MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / loadTheme

Method loadTheme

src/mainwindowimpl.cpp:1269–1276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267}
1268
1269void MainWindowImpl::loadTheme()
1270{
1271 QString theme = IniSettings::theme();
1272
1273 if (theme != "none") {
1274 QApplication::setStyle(QStyleFactory::create(theme));
1275 }
1276}
1277
1278void MainWindowImpl::overwriteDialog(QString baseName)
1279{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected