aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/cachecontent.h
blob: 3b028b5a2d7465a9c1c39bb4a9066134e2d377e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef CACHECONTENT_H
#define CACHECONTENT_H

#include <QDockWidget>
#include "ui_CacheContent.h"

class CacheContentDock : public QDockWidget {
public:
    CacheContentDock(QWidget *parent);
    ~CacheContentDock();

private:
    Ui::CacheContent *ui;
};

#endif // CACHECONTENT_H