mirror of
				https://gitlab.com/comunic/comunicwatcher
				synced 2025-11-04 12:14:06 +00:00 
			
		
		
		
	Get OpenSSL version
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							@@ -20,6 +20,8 @@ int main(int argc, char *argv[])
 | 
				
			|||||||
        return -1;
 | 
					        return -1;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Useful information in case of upgrade
 | 
				
			||||||
 | 
					    qDebug() << "Required version of OpenSSL: " << QSslSocket::sslLibraryBuildVersionString();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if(!AccountHelper::SignedIn()) {
 | 
					    if(!AccountHelper::SignedIn()) {
 | 
				
			||||||
        (new LoginWindow())->show();
 | 
					        (new LoginWindow())->show();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user