Changeset 84 for psi/trunk/src/main.cpp
- Timestamp:
- Dec 3, 2006, 6:45:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/main.cpp
r2 r84 34 34 #include<qmessagebox.h> 35 35 #include<qca.h> 36 37 #if defined(Q_OS_OS2) && !defined(QT_OS2_NO_SYSEXCEPTIONS) 38 #include <qt_os2.h> 39 extern // defined in common.cpp 40 int psiOS2SysXcptCallback( QtOS2SysXcptReq req, QtOS2SysXcptWriter writer, 41 int /* reserved */ ); 42 #endif 43 44 36 45 #include<stdlib.h> 37 46 #include<time.h> 47 38 48 #include"common.h" 39 49 #include"profiles.h" … … 337 347 int main(int argc, char *argv[]) 338 348 { 349 #if defined(Q_OS_OS2) && !defined(QT_OS2_NO_SYSEXCEPTIONS) 350 // install the OS/2 system exception handler and callback 351 QtOS2SysXcptMainHandler sysXcptHandler( psiOS2SysXcptCallback ); 352 #endif 353 339 354 // add library paths before creating QApplication 340 355 if (!loadGlobal())
Note:
See TracChangeset
for help on using the changeset viewer.