We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671db04 commit b9afed2Copy full SHA for b9afed2
src/layoutmodel.cpp
@@ -30,8 +30,8 @@ LayoutModel::LayoutModel(QObject *parent) : QAbstractListModel(parent)
30
31
foreach (QString element, layoutElements) {
32
for (auto layout : evdev_lst_layouts) {
33
- if (element == QString(layout.code)) {
34
- addLayout(QString(layout.code), QString(layout.description));
+ if (element == layout.code) {
+ addLayout(layout.code, layout.description);
35
}
36
37
0 commit comments