mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Unrelated typo/formatting fixes
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
#define BLACKCORE_AUDIOMIXER_H
|
#define BLACKCORE_AUDIOMIXER_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include "blackcore/blackcoreexport.h"
|
#include "blackcore/blackcoreexport.h"
|
||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
@@ -57,6 +56,6 @@ namespace BlackCore
|
|||||||
virtual bool hasMixerConnection(InputPort inputPort, OutputPort outputPort) = 0;
|
virtual bool hasMixerConnection(InputPort inputPort, OutputPort outputPort) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace BlackCore
|
} // ns
|
||||||
|
|
||||||
#endif // guard
|
#endif // guard
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ namespace BlackMisc
|
|||||||
//! Simple hardcoded info about the corresponding simulator.
|
//! Simple hardcoded info about the corresponding simulator.
|
||||||
//! * in an ideal world this class would not exist, all would depend on flexible plugins \sa CSimulatorPluginInfo
|
//! * in an ideal world this class would not exist, all would depend on flexible plugins \sa CSimulatorPluginInfo
|
||||||
//! * in a real world the info is needed in a couple of places to specify the simulator
|
//! * in a real world the info is needed in a couple of places to specify the simulator
|
||||||
//! ** when data from the swift data store a read, the corresponding simulator is specified
|
//! ** when data from the swift datastore are read, the corresponding simulator is specified
|
||||||
//! ** when model metadata are written to the swift data store the DB simulator info needs to be provided
|
//! ** when model metadata are written to the swift datastore the DB simulator info needs to be provided
|
||||||
//! ** when models are indexed from disk it does not know the corresponding driver
|
//! ** when models are indexed from disk it does not know the corresponding driver
|
||||||
//! ** also there is no strict dependency of some functions to the driver. I might not have the XP plugin installed,
|
//! ** also there is no strict dependency of some functions to the driver. I might not have the XP plugin installed,
|
||||||
//! but need to handle XP data from the swift data store
|
//! but need to handle XP data from the swift data store
|
||||||
|
|||||||
Reference in New Issue
Block a user