- Users table model renamed to UsersTableModel- causes linker conflict
with class TableModel in accomodation plugin. - Edit record dialog is now screen centered. - Plugin tabs in application main window are now closable.print
							parent
							
								
									a6d795ec87
								
							
						
					
					
						commit
						989c8fdac3
					
				@ -1,6 +1,6 @@
 | 
			
		||||
#include "tablemodel.h"
 | 
			
		||||
 | 
			
		||||
TableModel::TableModel(QObject *parent) :AutoTableModel<User>(parent)
 | 
			
		||||
UsersTableModel::UsersTableModel(QObject *parent) :AutoTableModel<User>(parent)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue