@@ -219,25 +219,25 @@ namespace GUIUtil
219
219
bool GetStartOnSystemStartup ();
220
220
bool SetStartOnSystemStartup (bool fAutoStart );
221
221
222
- /* Convert QString to OS specific boost path through UTF-8 */
222
+ /* * Convert QString to OS specific boost path through UTF-8 */
223
223
fs::path qstringToBoostPath (const QString &path);
224
224
225
- /* Convert OS specific boost path to QString through UTF-8 */
225
+ /* * Convert OS specific boost path to QString through UTF-8 */
226
226
QString boostPathToQString (const fs::path &path);
227
227
228
228
/* * Convert enum Network to QString */
229
229
QString NetworkToQString (Network net);
230
230
231
- /* Convert seconds into a QString with days, hours, mins, secs */
231
+ /* * Convert seconds into a QString with days, hours, mins, secs */
232
232
QString formatDurationStr (int secs);
233
233
234
- /* Format CNodeStats.nServices bitmask into a user-readable string */
234
+ /* * Format CNodeStats.nServices bitmask into a user-readable string */
235
235
QString formatServicesStr (quint64 mask);
236
236
237
- /* Format a CNodeStats.m_ping_usec into a user-readable string or display N/A, if 0*/
237
+ /* * Format a CNodeStats.m_ping_usec into a user-readable string or display N/A, if 0 */
238
238
QString formatPingTime (int64_t ping_usec);
239
239
240
- /* Format a CNodeCombinedStats.nTimeOffset into a user-readable string. */
240
+ /* * Format a CNodeCombinedStats.nTimeOffset into a user-readable string */
241
241
QString formatTimeOffset (int64_t nTimeOffset);
242
242
243
243
QString formatNiceTimeOffset (qint64 secs);
0 commit comments