mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
35c685b344
commit
cc732bca84
@@ -21,7 +21,6 @@
|
||||
|
||||
namespace BlackInput
|
||||
{
|
||||
|
||||
IKeyboard::IKeyboard(QObject *parent) : QObject(parent) {}
|
||||
|
||||
std::unique_ptr<IKeyboard> IKeyboard::create(QObject *parent)
|
||||
@@ -37,4 +36,4 @@ namespace BlackInput
|
||||
return ptr;
|
||||
}
|
||||
|
||||
} // BlackInput
|
||||
} // ns
|
||||
|
||||
@@ -7,9 +7,7 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\file
|
||||
*/
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKINPUT_KEYBOARD_H
|
||||
#define BLACKINPUT_KEYBOARD_H
|
||||
|
||||
Reference in New Issue
Block a user