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:
Sergio Martins
2020-11-17 15:44:49 +00:00
parent f4e33c1409
commit aa39a71ae5
10 changed files with 182 additions and 183 deletions

View File

@@ -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;