Fixed warnings.
This commit is contained in:
parent
0c9a2da44c
commit
7ac738362c
|
@ -55,7 +55,7 @@ void GraphicsOutput::render()
|
|||
}
|
||||
|
||||
|
||||
void GraphicsOutput::paintEvent( QPaintEvent *event )
|
||||
void GraphicsOutput::paintEvent( QPaintEvent * )
|
||||
{
|
||||
if( m_api == NONE ) return;
|
||||
|
||||
|
|
|
@ -29,9 +29,9 @@ MainWnd::MainWnd( QTranslator **trans, QSettings *settings, QWidget *parent )
|
|||
settings( settings ),
|
||||
fileMenu( 0 ),
|
||||
settingsMenu( 0 ),
|
||||
enableTranslationAct( 0 ),
|
||||
toolsMenu( 0 ),
|
||||
helpMenu( 0 ),
|
||||
enableTranslationAct( 0 ),
|
||||
dockWidget_cheats( 0 ),
|
||||
emuManager( 0 ),
|
||||
graphicsOutput( 0 )
|
||||
|
|
Loading…
Reference in New Issue