Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-05-11 17:55:57 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-11 19:55:02 +0300
commit4a83db93b529c5ea53f2484d8d0c7294ee889829 (patch)
treeaeefcb501400b3d9e7ccf078ef10a310de7ad8d9 /src/gui/creds
parent955ffa394d80699d3b2cbf098451f9618196ace7 (diff)
Cleanup namespace
Diffstat (limited to 'src/gui/creds')
-rw-r--r--src/gui/creds/httpcredentialsgui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/creds/httpcredentialsgui.cpp b/src/gui/creds/httpcredentialsgui.cpp
index 343393e80..c825ef506 100644
--- a/src/gui/creds/httpcredentialsgui.cpp
+++ b/src/gui/creds/httpcredentialsgui.cpp
@@ -30,8 +30,6 @@
#include <QTimer>
-using namespace QKeychain;
-
namespace OCC {
Q_LOGGING_CATEGORY(lcHttpCredentialsGui, "sync.credentials.http.gui", QtInfoMsg)