Fix time string formating

This commit is contained in:
Aurélie Delhaie
2022-10-17 20:03:12 +02:00
parent fd4b766c4d
commit 5515112404
6 changed files with 39 additions and 19 deletions

View File

@@ -4,6 +4,7 @@
#include <QDialog>
#include "models/breakpoint.h"
#include "tools.h"
namespace Ui {
class BreakDialog;