283 inline double& zoom() |
284 inline double& zoom() |
284 { |
285 { |
285 return currentDocumentData().zoom[camera()]; |
286 return currentDocumentData().zoom[camera()]; |
286 } |
287 } |
287 |
288 |
|
289 template<typename... Args> |
|
290 inline QString format (QString fmtstr, Args... args) |
|
291 { |
|
292 return ::format (fmtstr, args...); |
|
293 } |
|
294 |
288 private slots: |
295 private slots: |
289 void slot_toolTipTimer(); |
296 void slot_toolTipTimer(); |
290 }; |
297 }; |
291 |
298 |
292 // Alias for short namespaces |
299 // Alias for short namespaces |