mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-12 05:33:15 +00:00
Bump to Clang 19 (#2434)
This commit is contained in:
parent
e67263cc0e
commit
8447412c77
8 changed files with 16 additions and 14 deletions
|
@ -9,8 +9,8 @@
|
|||
#include "string"
|
||||
|
||||
class EditorDialog : public QDialog {
|
||||
Q_OBJECT // Necessary for using Qt's meta-object system (signals/slots)
|
||||
public : explicit EditorDialog(QWidget* parent = nullptr); // Constructor
|
||||
Q_OBJECT // Necessary for using Qt's meta-object system (signals/slots)
|
||||
public : explicit EditorDialog(QWidget* parent = nullptr); // Constructor
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent* event) override; // Override close event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue