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