From 2144cf7fdb4ad656be21af4fb92f0b87d27e6a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 15 Jan 2018 13:07:00 +0100 Subject: Drop current cache docks This was just place holder and in future this will be implemented the same way as for example registersdock is. --- qtmips_gui/cachecontent.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 qtmips_gui/cachecontent.h (limited to 'qtmips_gui/cachecontent.h') diff --git a/qtmips_gui/cachecontent.h b/qtmips_gui/cachecontent.h deleted file mode 100644 index 3b028b5..0000000 --- a/qtmips_gui/cachecontent.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef CACHECONTENT_H -#define CACHECONTENT_H - -#include -#include "ui_CacheContent.h" - -class CacheContentDock : public QDockWidget { -public: - CacheContentDock(QWidget *parent); - ~CacheContentDock(); - -private: - Ui::CacheContent *ui; -}; - -#endif // CACHECONTENT_H -- cgit v1.2.3