forked from qt-creator/qt-creator
9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
|
|
#include "Glue.h"
|
||
|
|
|
||
|
|
@class NSApp;
|
||
|
|
|
||
|
|
void Glue::it::together()
|
||
|
|
{
|
||
|
|
[[NSApp dockTile] setContentView:nil];
|
||
|
|
}
|