mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Minor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4361 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1062,7 +1062,7 @@ void QETElementEditor::openRecentFile(const QString &filepath) {
|
|||||||
*/
|
*/
|
||||||
void QETElementEditor::slot_openDxf (){
|
void QETElementEditor::slot_openDxf (){
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
QString program = (QDir::homePath() + "/.qet/DXFtoQET.exe");
|
QString program = (QDir::homePath() + "/qet/DXFtoQET.exe");
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
QString program = (QDir::homePath() + "/.qet/DXFtoQET");
|
QString program = (QDir::homePath() + "/.qet/DXFtoQET");
|
||||||
|
|||||||
Reference in New Issue
Block a user