]> git.cworth.org Git - apitrace/blobdiff - gui/profiledialog.h
Change microseconds to use the greek mu symbol.
[apitrace] / gui / profiledialog.h
index 39f8699db83faaa6cc83dcb900e3a55258dd410a..8a2f39ea175c45b3e7649293fd223ad94d603e69 100644 (file)
@@ -31,4 +31,6 @@ private:
     trace::Profile *m_profile;
 };
 
+QString getTimeString(int64_t time, int64_t unitTime = 0);
+
 #endif