Added merge printing.
This commit is contained in:
+3
-1
@@ -1,6 +1,6 @@
|
||||
/* Merge.h
|
||||
*
|
||||
* Copyright (C) 2015 Jim Evins <evins@snaught.com>
|
||||
* Copyright (C) 2015-2016 Jim Evins <evins@snaught.com>
|
||||
*
|
||||
* This file is part of gLabels-qt.
|
||||
*
|
||||
@@ -73,6 +73,8 @@ public:
|
||||
void setSelected( int i, bool state = true );
|
||||
void selectAll();
|
||||
void unselectAll();
|
||||
|
||||
int nSelectedRecords() const;
|
||||
const QList<MergeRecord*> selectedRecords() const;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user