mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 15:15:39 +08:00
XSwiftBus install dialog (for local environment)
* can also be called from menu * improved file check * renamed some functions
This commit is contained in:
@@ -24,8 +24,8 @@ namespace BlackGui
|
||||
{
|
||||
public:
|
||||
//! Display a dialog to copy the latest XSwiftBus files
|
||||
//! \remark only displayed in a local environment
|
||||
static int displayDialogAndCopyBuildFiles(const QString &xplaneRootDir, QWidget *parent = nullptr);
|
||||
//! \remark normally only displayed in a local environment
|
||||
static int displayDialogAndCopyBuildFiles(const QString &xplaneRootDir, bool checkLatestFile = true, QWidget *parent = nullptr);
|
||||
};
|
||||
} // ns
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user