Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions mythtv/libs/libmythui/mythuiimage.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class MUI_PUBLIC MythUIImage : public MythUIType
MythUIImage(MythUIType *parent, const QString &name);
~MythUIImage() override;

QString GetFilename(void) { return m_filename; }
QString GetFilename(void) { return m_imageProperties.m_filename; }

/** Must be followed by a call to Load() to load the image. */
void SetFilename(const QString &filename);
Expand Down Expand Up @@ -164,7 +164,6 @@ class MUI_PUBLIC MythUIImage : public MythUIType

void FindRandomImage(void);

QString m_filename;
QString m_origFilename;

QHash<int, MythImage *> m_images;
Expand Down