14 righe
		
	
	
		
			245 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 righe
		
	
	
		
			245 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef COMMON_H
 | |
| #define COMMON_H
 | |
| #include <QCoreApplication>
 | |
| 
 | |
| namespace Common
 | |
| {
 | |
| void setupAppInfo();
 | |
| QString databasePath();
 | |
| QString ipcSocketPath();
 | |
| bool initSqliteDatabase(QString path);
 | |
| void ensureConfigured();
 | |
| } // namespace Common
 | |
| #endif
 |