![]() |
digiKam
|
#include <collectionscanner_p.h>
Public Member Functions | |
NewlyAppearedFile ()=default | |
NewlyAppearedFile (int albumId, const QString &fileName) | |
bool | operator== (const NewlyAppearedFile &other) const |
Public Attributes | |
int | albumId = 0 |
QString | fileName |
|
default |
References Digikam::operator==().
Digikam::NewlyAppearedFile::NewlyAppearedFile | ( | int | albumId, |
const QString & | fileName | ||
) |
bool Digikam::NewlyAppearedFile::operator== | ( | const NewlyAppearedFile & | other | ) | const |
int Digikam::NewlyAppearedFile::albumId = 0 |
Referenced by operator==(), and Digikam::qHash().
QString Digikam::NewlyAppearedFile::fileName |
Referenced by operator==(), and Digikam::qHash().