mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Misc clang warning fixes
This commit is contained in:
@@ -92,7 +92,7 @@ namespace BlackInput
|
||||
|
||||
void CKeyboardLinux::deviceDirectoryChanged(const QString &dir)
|
||||
{
|
||||
QDir eventFiles(dir, QLatin1String("event*"), 0, QDir::System);
|
||||
QDir eventFiles(dir, QLatin1String("event*"), QDir::Name, QDir::System);
|
||||
|
||||
foreach(QFileInfo fileInfo, eventFiles.entryInfoList())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user