SVN r8543
This commit is contained in:
		
							parent
							
								
									bc073fee9a
								
							
						
					
					
						commit
						79dd112598
					
				| @ -2,6 +2,7 @@ | |||||||
| 
 | 
 | ||||||
| #include <QDialogButtonBox> | #include <QDialogButtonBox> | ||||||
| #include <QPushButton> | #include <QPushButton> | ||||||
|  | #include <QCoreApplication> | ||||||
| 
 | 
 | ||||||
| #include "revision_utils.hpp" | #include "revision_utils.hpp" | ||||||
| 
 | 
 | ||||||
| @ -13,7 +14,7 @@ MessageBox::MessageBox (QWidget * parent) | |||||||
| 
 | 
 | ||||||
| MessageBox::MessageBox (Icon icon, QString const& text, StandardButtons buttons | MessageBox::MessageBox (Icon icon, QString const& text, StandardButtons buttons | ||||||
|                         , QWidget * parent, Qt::WindowFlags flags) |                         , QWidget * parent, Qt::WindowFlags flags) | ||||||
|   : QMessageBox {icon, program_title (), text, buttons, parent, flags} |   : QMessageBox {icon, QCoreApplication::applicationName (), text, buttons, parent, flags} | ||||||
| { | { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -17,7 +17,7 @@ | |||||||
| 
 | 
 | ||||||
| LogQSO::LogQSO(QString const& programTitle, QSettings * settings | LogQSO::LogQSO(QString const& programTitle, QSettings * settings | ||||||
|                , Configuration const * config, QWidget *parent) |                , Configuration const * config, QWidget *parent) | ||||||
|   : QDialog(parent) |   : QDialog {parent, Qt::WindowStaysOnTopHint | Qt::WindowTitleHint | Qt::WindowSystemMenuHint} | ||||||
|   , ui(new Ui::LogQSO) |   , ui(new Ui::LogQSO) | ||||||
|   , m_settings (settings) |   , m_settings (settings) | ||||||
|   , m_config {config} |   , m_config {config} | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jordan Sherer
						Jordan Sherer