an axis may now press a mouse button and fix many warnings

This commit is contained in:
Mathias Panzenböck
2014-01-31 02:38:47 +01:00
parent ca7da9dad6
commit 6fa91c4529
9 changed files with 78 additions and 30 deletions

View File

@ -147,7 +147,7 @@ int main( int argc, char **argv )
if (pidFile.exists())
{
int pid;
if (pidFile.open( QIODevice::ReadOnly ));
if (pidFile.open( QIODevice::ReadOnly ))
{
//try to get that pid...
QTextStream( &pidFile ) >> pid;