From a7465aa35b4efd3bfc4bbd9be4d1572d25a05bb2 Mon Sep 17 00:00:00 2001 From: aqua Date: Sat, 27 Aug 2022 15:27:37 +0300 Subject: Rename rView to RekonqView - move rview.hpp to include/ - move src/mainwindow/* to src/ --- src/mainwindow/taskmanager.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/mainwindow/taskmanager.h (limited to 'src/mainwindow/taskmanager.h') diff --git a/src/mainwindow/taskmanager.h b/src/mainwindow/taskmanager.h deleted file mode 100644 index 073464b9..00000000 --- a/src/mainwindow/taskmanager.h +++ /dev/null @@ -1,31 +0,0 @@ -/* ============================================================ - * The rekonq project - * ============================================================ - * SPDX-License-Identifier: GPL-3.0-only - * Copyright (C) 2022 aqua - * ============================================================ - * Description: Task Manager - * ============================================================ */ - -#pragma once - -#include - -namespace Ui { -class TaskManager; -} - -class QListWidgetItem; -class TaskManager : public QDialog { - Q_OBJECT - -public: - explicit TaskManager(QWidget *parent = nullptr); - ~TaskManager() override; - -private slots: - void showPluginDetails(QListWidgetItem *item); - -private: - Ui::TaskManager *ui; -}; -- cgit v1.2.1