Reload merge data (#252,#241)

* Added reloadSource() method to Merge class.
* Added reload button to MergeView
This commit is contained in:
Jaye Evins
2025-11-29 00:16:21 -05:00
committed by GitHub
parent 1ebddfc534
commit 1f4f4aa221
6 changed files with 76 additions and 2 deletions
+1
View File
@@ -70,6 +70,7 @@ namespace glabels
QString id() const;
QString source() const;
void setSource( const QString& source );
void reloadSource();
const QList<Record>& recordList( ) const;