forked from qt-creator/qt-creator
Debugger: Fix compilation without tests
* Some functions were inside WITH_TESTS section. * MSVC requires Perspective::Split to be explicitly exported. Change-Id: I272cefc5c4f446415b2714595f8b398f8ce010a4 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
ee4874e4ee
commit
c5f60bcc7c
@@ -52,7 +52,7 @@ class ANALYZER_EXPORT Perspective
|
||||
public:
|
||||
enum SplitType { SplitVertical, SplitHorizontal, AddToTab };
|
||||
|
||||
class Split
|
||||
class ANALYZER_EXPORT Split
|
||||
{
|
||||
public:
|
||||
Split() = default;
|
||||
|
||||
Reference in New Issue
Block a user