Refactor into a function

This commit is contained in:
Alexander Babikov
2025-03-07 00:11:45 +05:00
parent d6fa4d4f98
commit 676087bcae
3 changed files with 28 additions and 19 deletions

View File

@@ -13,6 +13,9 @@ static constexpr auto UUID_MIN_LENGTH = 36;
QString DlgFilter(std::initializer_list<QString> extensions, bool last = false);
/* Returns screen the widget is on */
QScreen *screenOfWidget(QWidget *widget);
#ifdef Q_OS_WINDOWS
void setWin11RoundedCorners(WId hwnd, bool enable);
#endif
QString currentUuid();
void storeCurrentUuid();
bool compareUuid();