Formatting

This commit is contained in:
Klaus Basan
2017-03-08 04:57:56 +01:00
committed by Mathew Sutcliffe
parent 35c685b344
commit cc732bca84
2 changed files with 2 additions and 5 deletions

View File

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

View File

@@ -7,9 +7,7 @@
* contained in the LICENSE file.
*/
/*!
\file
*/
//! \file
#ifndef BLACKINPUT_KEYBOARD_H
#define BLACKINPUT_KEYBOARD_H