MCPcopy Create free account
hub / github.com/LUX-Core/lux / setupTaskbar

Method setupTaskbar

src/lux-installer/src/progressdialog.cpp:95–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void ProgressDialog::setupTaskbar(QWidget *window)
96{
97#ifdef QT_WINEXTRAS
98 if(!tButton->window()) {
99 tButton->setWindow(window->windowHandle());
100 QWinTaskbarProgress *progress = tButton->progress();
101 progress->setRange(0, 0);
102 progress->resume();
103 progress->show();
104 }
105#endif
106}
107#endif
108

Callers

nothing calls this directly

Calls 1

setRangeMethod · 0.80

Tested by

no test coverage detected