Added dc_printTemplate. Changed interface for updating printer templates.
This commit is contained in:
		@@ -145,9 +145,15 @@ public:
 | 
			
		||||
                     QString comPort) const override;
 | 
			
		||||
    
 | 
			
		||||
    bool dc_updatePrinterTemplate(enum FileTypeJson type,
 | 
			
		||||
                                  int templateNr,
 | 
			
		||||
                                  QString const &fname) const override;
 | 
			
		||||
                                  QVector<int> templateIdx,
 | 
			
		||||
                                  QVector<QString> fnames,
 | 
			
		||||
                                  QString br,
 | 
			
		||||
                                  QString serial) const override;
 | 
			
		||||
 | 
			
		||||
    bool dc_printTemplate(enum FileTypeJson type,
 | 
			
		||||
                          QVector<int> templateIdx,
 | 
			
		||||
                          QString br,
 | 
			
		||||
                          QString serial) const override;
 | 
			
		||||
    // ------------------------------------------------------------------------------
 | 
			
		||||
    // Level 1, control device-controller (functions of µC)
 | 
			
		||||
    // check serial connection to deviceController
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user