2 #ifndef __libquark_gui_RecentFile_hxx 3 #define __libquark_gui_RecentFile_hxx 32 {
return(_filename); }
46 #endif // __libquark_gui_RecentFile_hxx QString getPath() const
Returns the file path.
Definition: RecentFile.h++:27
RecentFile(const QString &path)
Constructs a new RecentFile with the specified file path.
An object representing a recently opened file.
Definition: RecentFile.h++:16
Definition: BarChartView.h++:6
bool operator<(const RecentFile &other) const
Comparison operator.
QString getFilename() const
Returns the filename portion of the file path.
Definition: RecentFile.h++:31