Rename x11 auto-type plugin to xcb.
This matches what QGuiApplication::platformName() returns.
This commit is contained in:
@@ -49,7 +49,7 @@ AutoType::AutoType(QObject* parent, bool test)
|
||||
|
||||
QString pluginName = "keepassx-autotype-";
|
||||
if (!test) {
|
||||
pluginName += Tools::platform();
|
||||
pluginName += QApplication::platformName();
|
||||
}
|
||||
else {
|
||||
pluginName += "test";
|
||||
|
||||
Reference in New Issue
Block a user