Rename tst_common to tst_docks
Now that tst_docks was all ported let's have the old name again. Also cmake -jN now works, as tst_docks is called by the tests_launcher while tst_common was not
This commit is contained in:
@@ -30,6 +30,8 @@ QT_BEGIN_NAMESPACE
|
||||
class QAction;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class TestDocks;
|
||||
|
||||
namespace Layouting {
|
||||
class Item;
|
||||
}
|
||||
@@ -447,7 +449,7 @@ private:
|
||||
friend class MultiSplitter;
|
||||
friend class Frame;
|
||||
friend class DropArea;
|
||||
friend class TestDocks;
|
||||
friend class ::TestDocks;
|
||||
friend class StateDragging;
|
||||
friend class KDDockWidgets::TabWidget;
|
||||
friend class KDDockWidgets::TitleBar;
|
||||
|
||||
Reference in New Issue
Block a user