Changeset 84


Ignore:
Timestamp:
Dec 3, 2006, 6:45:43 PM (19 years ago)
Author:
dmik
Message:

Psi: Added installation of the OS/2 System Exception handler (QtOS2SysXcptHandler) on the main thread.

Location:
psi/trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • psi/trunk/src/common.cpp

    r76 r84  
    2121#include"common.h"
    2222
     23
     24
     25
     26
    2327#include"profiles.h"
    2428#include"rtparse.h"
     
    2731
    2832QString PROG_NAME = "Psi/2";
    29 QString PROG_VERSION = "0.10.1";
    30 //QString PROG_VERSION = "0.10.1-dev (" __DATE__ ")";
     33";
     34-dev (" __DATE__ ")";
    3135
    3236#ifdef HAVE_CONFIG
     
    20112015}
    20122016
     2017
     2018
     2019
     2020
     2021
     2022
     2023
     2024
     2025
     2026
     2027
     2028
     2029
     2030
     2031
     2032
     2033
     2034
     2035
     2036
     2037
  • psi/trunk/src/main.cpp

    r2 r84  
    3434#include<qmessagebox.h>
    3535#include<qca.h>
     36
     37
     38
     39
     40
     41
     42
     43
     44
    3645#include<stdlib.h>
    3746#include<time.h>
     47
    3848#include"common.h"
    3949#include"profiles.h"
     
    337347int main(int argc, char *argv[])
    338348{
     349
     350
     351
     352
     353
    339354        // add library paths before creating QApplication
    340355        if (!loadGlobal())
  • psi/trunk/src/psiapplication.cpp

    r53 r84  
    128128        Q_UNUSED(GUIenabled);
    129129#ifdef Q_WS_PM
     130
    130131        if ( GUIenabled ) {
    131132                Ft2EnableFontEngine =
Note: See TracChangeset for help on using the changeset viewer.