Changeset 92:e3a0abb22ef4 in xplra for src/plugin
- Timestamp:
- 09/21/17 17:00:26 (7 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- src/plugin/src/xplra
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/plugin/src/xplra/MessageWindow.h
r51 r92 98 98 * started to be scrolled, if it should be scrolled. 99 99 */ 100 static const float scrollTimeout = 1.0;100 static constexpr float scrollTimeout = 1.0; 101 101 102 102 /** 103 103 * The amount of time in seconds between each character step. 104 104 */ 105 static const float scrollInterval = 0.1;105 static constexpr float scrollInterval = 0.1; 106 106 107 107 private: -
src/plugin/src/xplra/Protocol.h
r81 r92 259 259 * The maximal message duration 260 260 */ 261 static const float MAX_MESSAGE_DURATION = 5*60;261 static constexpr float MAX_MESSAGE_DURATION = 5*60; 262 262 263 263 /** -
src/plugin/src/xplra/RequestQueue.h
r13 r92 76 76 * The interval of the flight loop. 77 77 */ 78 static const float flightLoopInterval = 0.1;78 static constexpr float flightLoopInterval = 0.1; 79 79 #endif 80 80
Note:
See TracChangeset
for help on using the changeset viewer.