Changeset 19 for psi/trunk/src/psi_profiles.cpp
- Timestamp:
- Sep 5, 2006, 1:31:01 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/psi_profiles.cpp
r2 r19 310 310 void UserProfile::reset() 311 311 { 312 bool nix, win, mac ;313 nix = win = mac = FALSE;312 bool nix, win, mac, os2; 313 nix = win = mac = os2 = FALSE; 314 314 315 315 #ifdef Q_WS_X11 … … 321 321 #ifdef Q_WS_MAC 322 322 mac = TRUE; 323 #endif 324 #ifdef Q_WS_PM 325 os2 = TRUE; 323 326 #endif 324 327
Note:
See TracChangeset
for help on using the changeset viewer.