mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-08 16:28:47 +00:00
citra-qt: Make constructors explicit where applicable
This commit is contained in:
parent
327b23e4ce
commit
d0e4d1182b
15 changed files with 35 additions and 32 deletions
|
|
@ -12,8 +12,8 @@ class GraphicsTracingWidget : public BreakPointObserverDock {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GraphicsTracingWidget(std::shared_ptr<Pica::DebugContext> debug_context,
|
||||
QWidget* parent = nullptr);
|
||||
explicit GraphicsTracingWidget(std::shared_ptr<Pica::DebugContext> debug_context,
|
||||
QWidget* parent = nullptr);
|
||||
|
||||
private slots:
|
||||
void StartRecording();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue