thank you Qt Creator, very cool

Signed-off-by: crueter <crueter@crueter.xyz>
This commit is contained in:
crueter 2025-07-23 01:21:18 -04:00 committed by crueter
parent 886b649a0d
commit 115d0484a6
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
3 changed files with 9 additions and 11 deletions

View file

@ -7,11 +7,15 @@
#include <QDesktopServices>
#include <QUrl>
#include "fmt/ostream.h"
#include <fstream>
#ifdef _WIN32
#include <windows.h>
#include <shlobj.h>
#include <windows.h>
#include "common/scope_exit.h"
#include "common/string_util.h"
#else
#include "fmt/ostream.h"
#include <fstream>
#endif
namespace QtCommon {