Remove direct include of Code/CaptureContext.h in almost all files

* This is a leftover from before the interface was hoisted out, and most
  windows were still calling directly to CaptureContext instead of via
  the public ICaptureContext interface
This commit is contained in:
baldurk
2017-11-22 13:34:05 +00:00
parent 203f6b5255
commit e75a468d3c
39 changed files with 26 additions and 64 deletions
+1 -2
View File
@@ -33,7 +33,6 @@
#include <QProgressDialog>
#include <QToolButton>
#include <QToolTip>
#include "Code/CaptureContext.h"
#include "Code/QRDUtils.h"
#include "Code/Resources.h"
#include "Resources/resource.h"
@@ -263,7 +262,7 @@ QString MainWindow::GetLayoutPath(int layout)
if(layout > 0)
filename = lit("Layout%1.config").arg(layout);
return ConfigFilePath(filename);
return configFilePath(filename);
}
void MainWindow::on_action_Exit_triggered()