got rid of 'src' folders in each sub-project
This commit is contained in:
parent
03c245345e
commit
63e46abdb8
148 changed files with 0 additions and 0 deletions
20
src/citra_qt/callstack.hxx
Normal file
20
src/citra_qt/callstack.hxx
Normal file
|
@ -0,0 +1,20 @@
|
|||
#include <QDockWidget>
|
||||
#include "ui_callstack.h"
|
||||
#include "platform.h"
|
||||
|
||||
class QStandardItemModel;
|
||||
|
||||
class GCallstackView : public QDockWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GCallstackView(QWidget* parent = 0);
|
||||
|
||||
public slots:
|
||||
void OnCPUStepped();
|
||||
|
||||
private:
|
||||
Ui::CallStack ui;
|
||||
QStandardItemModel* callstack_model;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue