mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Cut'n'paste for dive data: implement copy side
Admittedly not very useful without working paste, but it's progress. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									dd49e3a9a9
								
							
						
					
					
						commit
						34fceb4a1b
					
				
					 7 changed files with 260 additions and 1 deletions
				
			
		|  | @ -143,6 +143,8 @@ slots: | |||
| 	void on_profTogglePicture_clicked(bool triggered); | ||||
| 	void on_profTankbar_clicked(bool triggered); | ||||
| 	void on_actionExport_triggered(); | ||||
| 	void on_copy_triggered(); | ||||
| 	void on_paste_triggered(); | ||||
| 
 | ||||
| protected: | ||||
| 	void closeEvent(QCloseEvent *); | ||||
|  | @ -185,6 +187,8 @@ private: | |||
| 	bool plannerStateClean(); | ||||
| 	void setupForAddAndPlan(const char *model); | ||||
| 	QDialog *survey; | ||||
| 	struct dive copyPasteDive; | ||||
| 	struct dive_components what; | ||||
| }; | ||||
| 
 | ||||
| #endif // MAINWINDOW_H
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue