Use default constructor, destructor

This commit is contained in:
Chocobo1
2023-05-05 01:57:01 +08:00
parent 3fbe380582
commit 8219b1f695
20 changed files with 15 additions and 46 deletions

View File

@@ -45,8 +45,6 @@ Item::Item(const QString &path)
{
}
Item::~Item() {}
void Item::setPath(const QString &path)
{
if (path != m_path)