don't display the ? in the titlebar
This commit is contained in:
		
							parent
							
								
									4eb45ef2b0
								
							
						
					
					
						commit
						6e58b6a943
					
				@ -3,7 +3,7 @@
 | 
			
		||||
AOCaseAnnouncerDialog::AOCaseAnnouncerDialog(QWidget *parent,
 | 
			
		||||
                                             AOApplication *p_ao_app,
 | 
			
		||||
                                             Courtroom *p_court)
 | 
			
		||||
    : QDialog(parent)
 | 
			
		||||
    : QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
 | 
			
		||||
{
 | 
			
		||||
  ao_app = p_ao_app;
 | 
			
		||||
  court = p_court;
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@
 | 
			
		||||
#include "bass.h"
 | 
			
		||||
 | 
			
		||||
AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app)
 | 
			
		||||
    : QDialog(parent)
 | 
			
		||||
    : QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
 | 
			
		||||
{
 | 
			
		||||
  ao_app = p_ao_app;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user