forked from qt-creator/qt-creator
9 lines
95 B
C++
9 lines
95 B
C++
|
|
#include "iwelcomepage.h"
|
||
|
|
|
||
|
|
using namespace ExtensionSystem;
|
||
|
|
|
||
|
|
IWelcomePage::IWelcomePage()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|