an axis may now press a mouse button and fix many warnings
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user