forked from qt-creator/qt-creator
Squish: Move some helper functions
Allow to reuse them. Change-Id: Ia13f7f6c7a40066fd7ae46389adc7c9228161a4a Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -17,6 +17,8 @@ QT_END_NAMESPACE
|
||||
namespace Squish {
|
||||
namespace Internal {
|
||||
|
||||
enum class Language;
|
||||
|
||||
class SquishServerSettings : public Utils::AspectContainer
|
||||
{
|
||||
public:
|
||||
@@ -39,6 +41,8 @@ class SquishSettings : public Utils::AspectContainer
|
||||
public:
|
||||
SquishSettings();
|
||||
|
||||
Utils::FilePath scriptsPath(Language language) const;
|
||||
|
||||
Utils::StringAspect squishPath;
|
||||
Utils::StringAspect licensePath;
|
||||
Utils::StringAspect serverHost;
|
||||
|
||||
Reference in New Issue
Block a user