From ba6f7361da873609d72ab4ba3b1d55edd8f5569d Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 16 Aug 2021 18:15:54 -1000 Subject: Remove the divecomputer naming tab The TabDiveComputer model won't work in the new world order, where you can't even insert a new device entry without a nickname to be edited. Signed-off-by: Linus Torvalds --- desktop-widgets/tab-widgets/TabDiveComputer.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 desktop-widgets/tab-widgets/TabDiveComputer.h (limited to 'desktop-widgets/tab-widgets/TabDiveComputer.h') diff --git a/desktop-widgets/tab-widgets/TabDiveComputer.h b/desktop-widgets/tab-widgets/TabDiveComputer.h deleted file mode 100644 index f5f6900c3..000000000 --- a/desktop-widgets/tab-widgets/TabDiveComputer.h +++ /dev/null @@ -1,23 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -#ifndef TAB_DIVE_COMPUTER_H -#define TAB_DIVE_COMPUTER_H - -#include "TabBase.h" -#include "ui_TabDiveComputer.h" - -class DiveComputerSortedModel; - -class TabDiveComputer : public TabBase { - Q_OBJECT -public: - TabDiveComputer(QWidget *parent = 0); - void updateData() override; - void clear() override; -public slots: - void tableClicked(const QModelIndex &index); -private: - Ui::TabDiveComputer ui; - DiveComputerSortedModel *sortedModel; -}; - -#endif -- cgit v1.2.3-70-g09d2