565:e403aad83f60 | 566:549c63863544 |
---|---|
248 } | 248 } |
249 | 249 |
250 #ifdef DEBUG | 250 #ifdef DEBUG |
251 title += " [debug build]"; | 251 title += " [debug build]"; |
252 #elif BUILD_ID != BUILD_RELEASE | 252 #elif BUILD_ID != BUILD_RELEASE |
253 title += " [release build]"; | 253 title += " [pre-release build]"; |
254 #endif // DEBUG | 254 #endif // DEBUG |
255 | 255 |
256 setWindowTitle (title); | 256 setWindowTitle (title); |
257 } | 257 } |
258 | 258 |