21#ifndef LIBRARYDELETEDIALOG_H
22#define LIBRARYDELETEDIALOG_H
24#include "Utils/Pimpl.h"
25#include "Utils/Library/LibraryNamespaces.h"
26#include "Gui/Utils/Widgets/Dialog.h"
47 void setTrackCount(
int trackCount);
49 Library::TrackDeletionMode answer()
const;
56 void showEvent(QShowEvent* e)
override;
The GUI_DeleteDialog class.
Definition GUI_DeleteDialog.h:38