TEMPORARILY add the login texture map to new project by default.

This commit is contained in:
dfighter1985 2014-10-15 19:54:35 +02:00
parent 03c6a69141
commit 7d831ac5aa

View file

@ -25,6 +25,9 @@ QDialog( parent )
{
m_ui.setupUi( this );
// Login texture map - temporaty measure until we add default textures for widgets to use
m_ui.mapList->addItem( "texture_interfaces_v3_login.tga" );
connect( m_ui.okButton, SIGNAL( clicked( bool ) ), this, SLOT( onOKClicked() ) );
connect( m_ui.cancelButton, SIGNAL( clicked( bool ) ), this, SLOT( onCancelClicked() ) );
connect( m_ui.projectDirTB, SIGNAL( clicked( bool ) ), this, SLOT( onProjectDirTBClicked() ) );