mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Unrelated typo/formatting fixes
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#define BLACKCORE_AUDIOMIXER_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
|
||||
namespace BlackCore
|
||||
@@ -57,6 +56,6 @@ namespace BlackCore
|
||||
virtual bool hasMixerConnection(InputPort inputPort, OutputPort outputPort) = 0;
|
||||
};
|
||||
|
||||
} // namespace BlackCore
|
||||
} // ns
|
||||
|
||||
#endif // guard
|
||||
|
||||
@@ -33,8 +33,8 @@ namespace BlackMisc
|
||||
//! 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 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 model metadata are written to the swift data store the DB simulator info needs to be provided
|
||||
//! ** when data from the swift datastore are read, the corresponding simulator is specified
|
||||
//! ** 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
|
||||
//! ** 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
|
||||
|
||||
Reference in New Issue
Block a user