Skip to content

Commit

Permalink
testing the temp path
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7638 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jan 4, 2011
1 parent 3e6c6a1 commit 58040e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMNotebook/OMNotebookQT4/omc_communicator.cpp
Expand Up @@ -165,6 +165,7 @@ bool OmcCommunicator::establishConnection()
if (!user) { user = "nobody"; }

objectRefFile.setFileName(QDir::tempPath() + QDir::separator() + "openmodelica." + *(new QString(user)) + ".objid");
QMessageBox::warning( 0, "Warning", objectRefFile.fileName(), "OK" );

#endif

Expand Down

0 comments on commit 58040e2

Please sign in to comment.