Rename x11 auto-type plugin to xcb.

This matches what QGuiApplication::platformName() returns.
This commit is contained in:
Felix Geyer
2015-07-23 00:11:05 +02:00
parent 20b13a4a2e
commit ba1ca4ec08
9 changed files with 12 additions and 33 deletions

View File

@@ -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";