From 33987a9c544f9270b57e5c379edbf954f5a8121d Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 30 May 2017 16:35:26 +0200 Subject: [PATCH] fix(src/app/clipboard/Clipboard): remove useless clipboard component in app folder --- .../src/app/clipboard/Clipboard.cpp | 25 ------------- .../src/app/clipboard/Clipboard.hpp | 36 ------------------- 2 files changed, 61 deletions(-) delete mode 100644 linphone-desktop/src/app/clipboard/Clipboard.cpp delete mode 100644 linphone-desktop/src/app/clipboard/Clipboard.hpp diff --git a/linphone-desktop/src/app/clipboard/Clipboard.cpp b/linphone-desktop/src/app/clipboard/Clipboard.cpp deleted file mode 100644 index 34dec3ff0..000000000 --- a/linphone-desktop/src/app/clipboard/Clipboard.cpp +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Clipboard.cpp - * Copyright (C) 2017 Belledonne Communications, Grenoble, France - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 30, 2017 - * Author: Ronan Abhamon - */ - -#include "Clipboard.hpp" - -// ============================================================================= diff --git a/linphone-desktop/src/app/clipboard/Clipboard.hpp b/linphone-desktop/src/app/clipboard/Clipboard.hpp deleted file mode 100644 index 4400199ff..000000000 --- a/linphone-desktop/src/app/clipboard/Clipboard.hpp +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Clipboard.hpp - * Copyright (C) 2017 Belledonne Communications, Grenoble, France - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * Created on: May 30, 2017 - * Author: Ronan Abhamon - */ - -#ifndef CLIPBOARD_H_ -#define CLIPBOARD_H_ - -#include - -// ============================================================================= - -class Clipboard : public QObject { - Q_OBJECT; - - Q_PRO -}; - -#endif // ifndef CLIPBOARD_H_