mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	ignored android/libs/
This commit is contained in:
		
							parent
							
								
									db0e02c05d
								
							
						
					
					
						commit
						822995cbaf
					
				
					 3 changed files with 25 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								qt/i2pd_qt/pagewithbackbutton.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								qt/i2pd_qt/pagewithbackbutton.cpp
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
#include "pagewithbackbutton.h"
 | 
			
		||||
 | 
			
		||||
PageWithBackButton::PageWithBackButton(QWidget *parent) : QWidget(parent)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										17
									
								
								qt/i2pd_qt/pagewithbackbutton.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								qt/i2pd_qt/pagewithbackbutton.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,17 @@
 | 
			
		|||
#ifndef PAGEWITHBACKBUTTON_H
 | 
			
		||||
#define PAGEWITHBACKBUTTON_H
 | 
			
		||||
 | 
			
		||||
#include <QWidget>
 | 
			
		||||
 | 
			
		||||
class PageWithBackButton : public QWidget
 | 
			
		||||
{
 | 
			
		||||
    Q_OBJECT
 | 
			
		||||
public:
 | 
			
		||||
    explicit PageWithBackButton(QWidget *parent = 0);
 | 
			
		||||
 | 
			
		||||
signals:
 | 
			
		||||
 | 
			
		||||
public slots:
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif // PAGEWITHBACKBUTTON_H
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue