mirror of
https://github.com/riuson/lcd-image-converter.git
synced 2026-03-05 15:54:14 +01:00
Update tab text in one method
This commit is contained in:
@@ -46,7 +46,7 @@ ImageDocument::ImageDocument(QObject *parent) :
|
||||
this->setDocumentName(tr("Image", "new image name"));
|
||||
this->setDocumentFilename("");
|
||||
this->setOutputFilename("");
|
||||
this->setChanged(false);
|
||||
this->setChanged(true);
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
ImageDocument::~ImageDocument()
|
||||
|
||||
Reference in New Issue
Block a user