mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Additional code cleanup
This commit is contained in:
parent
f3bdfef9cf
commit
027365aaa6
@ -26,13 +26,6 @@ typedef HRESULT (WINAPI *SHGetKnownFolderPathFun)(
|
||||
HANDLE hToken,
|
||||
PWSTR *ppszPath
|
||||
);
|
||||
typedef HRESULT (WINAPI *SHGetFolderPathFun)(
|
||||
HWND hwndOwner,
|
||||
int nFolder,
|
||||
HANDLE hToken,
|
||||
DWORD dwFlags,
|
||||
LPWSTR pszPath
|
||||
);
|
||||
|
||||
static void setupFavLink_private(const QString &folder)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user