gui namespace
This commit is contained in:
		@@ -18,7 +18,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include <QtCore/QDebug>
 | 
					#include <QtCore/QDebug>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Proxy: public QDialog, public Ui::Proxy {
 | 
					namespace gui {
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  class Proxy: public QDialog, public Ui::Proxy {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      Q_OBJECT
 | 
					      Q_OBJECT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -143,6 +145,8 @@ class Proxy: public QDialog, public Ui::Proxy {
 | 
				
			|||||||
      proxy::Face _auto;
 | 
					      proxy::Face _auto;
 | 
				
			||||||
      QUrl _testUrl;
 | 
					      QUrl _testUrl;
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
};
 | 
					  };
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user