Changeset 84
- Timestamp:
- Dec 3, 2006, 6:45:43 PM (19 years ago)
- Location:
- psi/trunk/src
- Files:
-
- 3 edited
-
common.cpp (modified) (3 diffs)
-
main.cpp (modified) (2 diffs)
-
psiapplication.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/common.cpp
r76 r84 21 21 #include"common.h" 22 22 23 24 25 26 23 27 #include"profiles.h" 24 28 #include"rtparse.h" … … 27 31 28 32 QString PROG_NAME = "Psi/2"; 29 QString PROG_VERSION = "0.10.1";30 //QString PROG_VERSION = "0.10.1-dev (" __DATE__ ")";33 "; 34 -dev (" __DATE__ ")"; 31 35 32 36 #ifdef HAVE_CONFIG … … 2011 2015 } 2012 2016 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 34 34 #include<qmessagebox.h> 35 35 #include<qca.h> 36 37 38 39 40 41 42 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 350 351 352 353 339 354 // add library paths before creating QApplication 340 355 if (!loadGlobal()) -
psi/trunk/src/psiapplication.cpp
r53 r84 128 128 Q_UNUSED(GUIenabled); 129 129 #ifdef Q_WS_PM 130 130 131 if ( GUIenabled ) { 131 132 Ft2EnableFontEngine =
Note:
See TracChangeset
for help on using the changeset viewer.
