Skip to content

Commit

Permalink
clear useless declarations or include
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed Feb 7, 2025
1 parent a4dfef2 commit 8a88bfb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/gui/systray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "configfile.h"
#include "accessmanager.h"
#include "callstatechecker.h"
#include "clientsideencryptiontokenselector.h"

#include <QCursor>
#include <QGuiApplication>
Expand All @@ -35,8 +34,6 @@
#include <QScreen>
#include <QMenu>
#include <QGuiApplication>
#include <QQuickView>
#include <QMessageBox>

#ifdef USE_FDO_NOTIFICATIONS
#include <QDBusConnection>
Expand Down
3 changes: 0 additions & 3 deletions src/gui/systray.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ class QGuiApplication;

namespace OCC {

class ClientSideEncryptionTokenSelector;

class AccessManagerFactory : public QQmlNetworkAccessManagerFactory
{
public:
Expand Down Expand Up @@ -195,7 +193,6 @@ private slots:
QPointer<QObject> _editFileLocallyLoadingDialog;
QPointer<QObject> _encryptionTokenDiscoveryDialog;
QVector<QQuickWindow*> _fileDetailDialogs;
QQuickWindow* _tokenInitDialog = nullptr;

QStringListModel _fakeActivityModel;
};
Expand Down
1 change: 0 additions & 1 deletion src/libsync/clientsideencryption.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ class OWNCLOUDSYNC_EXPORT ClientSideEncryption : public QObject {
void certificateFetchedFromKeychain(QSslCertificate certificate);
void certificatesFetchedFromServer(const QHash<QString, OCC::NextcloudSslCertificate> &results);
void certificateWriteComplete(const QSslCertificate &certificate);
void displayTokenInitDialog();

void startingDiscoveryEncryptionUsbToken();
void finishedDiscoveryEncryptionUsbToken();
Expand Down

0 comments on commit 8a88bfb

Please sign in to comment.