1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-22 14:50:36 +03:00

Remove excessive QTextStream include

This commit is contained in:
Semyon Knyazev 2024-12-12 23:24:06 +04:00
parent 536c5cf2de
commit f580423e0e

View File

@ -31,7 +31,6 @@
#include <QList>
#include <QString>
#include <algorithm>
#include <QTextStream>
const qint64 SECONDS_TO_MILLIS = 1000LL;
const qint64 MINUTES_TO_SECONDS = 60LL;