const& params++, no need to rebuild menu when layout changes
This commit is contained in:
@ -18,7 +18,7 @@ class LayoutEdit : public QWidget {
|
||||
public:
|
||||
LayoutEdit( LayoutManager* l );
|
||||
//swap to a new layout
|
||||
void setLayout(QString layout);
|
||||
void setLayout(const QString& layout);
|
||||
//update the list of available layouts
|
||||
void updateLayoutList();
|
||||
void updateJoypadWidgets();
|
||||
|
Reference in New Issue
Block a user