| 269 #elif BUILD_ID != BUILD_RELEASE |
269 #elif BUILD_ID != BUILD_RELEASE |
| 270 title += " [pre-release build]"; |
270 title += " [pre-release build]"; |
| 271 #endif // DEBUG |
271 #endif // DEBUG |
| 272 |
272 |
| 273 if (commitTimeString()[0] != '\0') |
273 if (commitTimeString()[0] != '\0') |
| 274 title += format (" (%1)", commitTimeString()); |
274 title += format (" (%1)", QString::fromUtf8 (commitTimeString())); |
| 275 |
275 |
| 276 setWindowTitle (title); |
276 setWindowTitle (title); |
| 277 } |
277 } |
| 278 |
278 |
| 279 // ============================================================================= |
279 // ============================================================================= |