mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7632 Preferences : Add separate tab Eclipse Summary
Remove obsolete includes
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
#include "RicSnapshotViewToPdfFeature.h"
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaGuiApplication.h"
|
||||
#include "RiaLogging.h"
|
||||
#include "RiaPreferences.h"
|
||||
@@ -72,7 +71,7 @@ void RicSnapshotViewToPdfFeature::onActionTriggered( bool isChecked )
|
||||
{
|
||||
RicSnapshotViewToFileFeature::savePlotPdfReportAs( fileName, plotWindow );
|
||||
|
||||
if ( RiaApplication::instance()->preferences()->openExportedPdfInViewer() )
|
||||
if ( RiaPreferences::current()->openExportedPdfInViewer() )
|
||||
{
|
||||
QDesktopServices::openUrl( fileName );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user