cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
13 lines
273 B
C++
13 lines
273 B
C++
#include <kbuildsycocaprogressdialog.h>
|
|
|
|
#include <QApplication>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
QApplication::setApplicationName(QStringLiteral("whatever"));
|
|
QApplication k(argc, argv);
|
|
|
|
KBuildSycocaProgressDialog::rebuildKSycoca(nullptr);
|
|
return 0;
|
|
}
|