1
0

cli: Begin 'tag' command

Dieser Commit ist enthalten in:
2023-04-02 21:39:50 +02:00
Ursprung 4fe745e858
Commit 44b9986166
6 geänderte Dateien mit 86 neuen und 3 gelöschten Zeilen

Datei anzeigen

@@ -15,6 +15,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
commandtag.cpp \
main.cpp \
commandadd.cpp \
commanddelete.cpp \
@@ -27,6 +28,7 @@ HEADERS += \
command.h \
commandadd.h \
commanddelete.h \
commandtag.h \
commandupdate.h \
commandsearch.h \
commandlist.h