Compare commits
	
		
			5 Commits
		
	
	
		
			1.4.9-1
			...
			ptu-config
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 25bf905a79 | |||
| 
						
						
							
						
						5d141b7234
	
				 | 
					
					
						|||
| ebb170123e | |||
| 
						
						
							
						
						96bb70cfe9
	
				 | 
					
					
						|||
| 
						
						
							
						
						8c1da92ff4
	
				 | 
					
					
						
@@ -1,5 +1,5 @@
 | 
				
			|||||||
[REPOSITORY_URL]
 | 
					[REPOSITORY_URL]
 | 
				
			||||||
repository-url="https://git.mimbach49.de/GerhardHoffmann"
 | 
					repository-url="https://ptu-config.atb-comm.de/ATB"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[DIRECTORIES]
 | 
					[DIRECTORIES]
 | 
				
			||||||
plugin-directory="/usr/lib/"
 | 
					plugin-directory="/usr/lib/"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,7 @@
 | 
				
			|||||||
#include "dc_download.h"
 | 
					#include "dc_download.h"
 | 
				
			||||||
#include "hwapi.h"
 | 
					#include <DeviceController/interfaces.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <QFile>
 | 
				
			||||||
#include <QDebug>
 | 
					#include <QDebug>
 | 
				
			||||||
#include <QDateTime>
 | 
					#include <QDateTime>
 | 
				
			||||||
#include <QThread>
 | 
					#include <QThread>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -55,7 +55,7 @@ int main(int argc, char **argv) {
 | 
				
			|||||||
    openlog("ATB-UPDATE-DC-FIRMWARE", LOG_PERROR | LOG_PID | LOG_CONS, LOG_USER);
 | 
					    openlog("ATB-UPDATE-DC-FIRMWARE", LOG_PERROR | LOG_PID | LOG_CONS, LOG_USER);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    QApplication a(argc, argv);
 | 
					    QApplication a(argc, argv);
 | 
				
			||||||
    QApplication::setApplicationName("ATBUpdateTool");
 | 
					    QApplication::setApplicationName("ATBDownloadDCFirmware");
 | 
				
			||||||
    QApplication::setApplicationVersion(APP_VERSION);
 | 
					    QApplication::setApplicationVersion(APP_VERSION);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (!messageHandlerInstalled()) { // change internal qt-QDebug-handling
 | 
					    if (!messageHandlerInstalled()) { // change internal qt-QDebug-handling
 | 
				
			||||||
@@ -126,9 +126,10 @@ int main(int argc, char **argv) {
 | 
				
			|||||||
    mw.setWindowFlags(Qt::Window | Qt::FramelessWindowHint);
 | 
					    mw.setWindowFlags(Qt::Window | Qt::FramelessWindowHint);
 | 
				
			||||||
    // mw.showFullScreen();
 | 
					    // mw.showFullScreen();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    qCritical() << "SHOW";
 | 
					    // qCritical() << "SHOW";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    mw.show();
 | 
					    // mw.show();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return a.exec();
 | 
					    return 0;
 | 
				
			||||||
 | 
					    // return a.exec();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user