Changeset 561 for trunk/src/activeqt/control/qaxfactory.cpp
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/activeqt/control/qaxfactory.cpp
r2 r561 2 2 ** 3 3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 4 ** Contact: Qt Software Information ([email protected]) 4 ** All rights reserved. 5 ** Contact: Nokia Corporation ([email protected]) 5 6 ** 6 7 ** This file is part of the ActiveQt framework of the Qt Toolkit. … … 51 52 QT_BEGIN_NAMESPACE 52 53 53 extern charqAxModuleFilename[MAX_PATH];54 extern qAxModuleFilename[MAX_PATH]; 54 55 55 56 /*! … … 278 279 279 280 if (licenseKey.isEmpty()) { 280 QString licFile(Q File::decodeName(qAxModuleFilename));281 QString licFile(Q(qAxModuleFilename)); 281 282 int lastDot = licFile.lastIndexOf(QLatin1Char('.')); 282 283 licFile = licFile.left(lastDot) + QLatin1String(".lic"); … … 361 362 } 362 363 363 extern charqAxModuleFilename[MAX_PATH];364 extern qAxModuleFilename[MAX_PATH]; 364 365 365 366 /*! … … 373 374 QString QAxFactory::serverDirPath() 374 375 { 375 return QFileInfo(QString::from Local8Bit(qAxModuleFilename)).absolutePath();376 return QFileInfo(QString::from(qAxModuleFilename)).absolutePath(); 376 377 } 377 378 … … 385 386 QString QAxFactory::serverFilePath() 386 387 { 387 return QString::from Local8Bit(qAxModuleFilename);388 return QString::from(qAxModuleFilename); 388 389 } 389 390 … … 493 494 return false; 494 495 495 if (!QString::from Local8Bit(qAxModuleFilename).toLower().endsWith(QLatin1String(".exe")))496 if (!QString::from(qAxModuleFilename).toLower().endsWith(QLatin1String(".exe"))) 496 497 return false; 497 498
Note:
See TracChangeset
for help on using the changeset viewer.