-
Notifications
You must be signed in to change notification settings - Fork 804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add logs to the files explorer integration DLL #6557
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Matthieu Gallien <[email protected]>
AppImage file: nextcloud-PR-6557-d017e1dab4796e613a7f85fa14ca42acd5cda52c-x86_64.AppImage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clang-Tidy
found issue(s) with the introduced code (1/1)
|
||
#include <string> | ||
#include <vector> | ||
#include <fstream> | ||
#include <WinSock2.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WinSock2.h
file not found
@@ -16,9 +16,13 @@ | |||
#define NCCONTEXTMENU_H | |||
|
|||
#pragma once | |||
#include "NCClientInterface.h" | |||
|
|||
#include <shlobj.h> // For IShellExtInit and IContextMenu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shlobj.h
file not found
@@ -17,13 +17,14 @@ | |||
|
|||
#pragma once | |||
|
|||
#include <shlobj.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shlobj.h
file not found
@@ -17,13 +17,14 @@ | |||
|
|||
#pragma once | |||
|
|||
#include <shlobj.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shlobj.h
file not found
|
||
#include <string> | ||
#include <vector> | ||
#include <fstream> | ||
#include <WinSock2.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WinSock2.h
file not found
@@ -64,7 +65,7 @@ | |||
HANDLE _newQueries; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unknown type name HANDLE
@@ -16,9 +16,13 @@ | |||
#define NCCONTEXTMENU_H | |||
|
|||
#pragma once | |||
#include "NCClientInterface.h" | |||
|
|||
#include <shlobj.h> // For IShellExtInit and IContextMenu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shlobj.h
file not found
|
||
#include <string> | ||
#include <vector> | ||
#include <fstream> | ||
#include <WinSock2.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WinSock2.h
file not found
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.