refs #313 doxygen

This commit is contained in:
Roland Winklmeier
2014-08-04 21:51:58 +02:00
parent f76e0bc957
commit fed035291f
4 changed files with 11 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ namespace BlackCore
//! Remote enabled version of file exists
virtual bool existsFile(const QString &fileName) = 0;
//! Change settings
void changeSettings(uint typeValue);
private:

View File

@@ -19,6 +19,7 @@
namespace BlackCore
{
//! Input manager handling hotkey function calls
class CInputManager : public QObject
{
Q_OBJECT