mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-09 18:20:16 +01:00
11 lines
148 B
C++
11 lines
148 B
C++
|
|
#ifdef QT_UI
|
||
|
|
|
||
|
|
#include "debuggerframe.h"
|
||
|
|
|
||
|
|
DebuggerFrame::DebuggerFrame(QWidget *parent) : QDockWidget(tr("Debugger"), parent)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif // QT_UI
|