refs #392 XBus copy feature fine tuning

* New method: CFileUtils::copyRecursively()
* Copy the XBus directory to X-Plane plugins
This commit is contained in:
Michał Garapich
2015-10-29 22:56:17 +01:00
committed by Mathew Sutcliffe
parent 3781cf2095
commit 3dd86d4984
7 changed files with 85 additions and 14 deletions

View File

@@ -17,6 +17,9 @@
namespace BlackGui
{
/**
* Base class for plugin config window.
*/
class BLACKGUI_EXPORT CPluginConfigWindow : public QWidget
{
Q_OBJECT