Changeset 3527
- Timestamp:
- 05/30/03 13:57:22 (5 years ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/filedlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/filedlg.cpp
r3441 r3527 137 137 connect(btnOpen, SIGNAL(clicked()), SLOT(slot_open())); 138 138 connect(btnOpenDir, SIGNAL(clicked()), SLOT(slot_opendir())); 139 #else 140 btnOpen = NULL; 141 btnOpenDir = NULL; 139 142 #endif 140 143 } … … 226 229 connect(btnOpen, SIGNAL(clicked()), SLOT(slot_open())); 227 230 connect(btnOpenDir, SIGNAL(clicked()), SLOT(slot_opendir())); 231 #else 232 btnOpen = NULL; 233 btnOpenDir = NULL; 228 234 #endif 229 235 }
