File tree 5 files changed +6
-196
lines changed
avogadro/qtplugins/customelements 5 files changed +6
-196
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ avogadro_plugin(CustomElements
3
3
ExtensionPlugin
4
4
customelements.h
5
5
CustomElements
6
- "customelements.cpp;backgroundfileformat.cpp "
6
+ "customelements.cpp"
7
7
)
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
******************************************************************************/
16
16
17
17
#include " customelements.h"
18
- #include " backgroundfileformat.h"
19
18
19
+ #include < avogadro/qtgui/backgroundfileformat.h>
20
20
#include < avogadro/qtgui/customelementdialog.h>
21
21
#include < avogadro/qtgui/fileformatdialog.h>
22
22
#include < avogadro/qtgui/molecule.h>
27
27
#include < QtWidgets/QMessageBox>
28
28
#include < QtWidgets/QProgressDialog>
29
29
30
+ using Avogadro::QtGui::BackgroundFileFormat;
30
31
using Avogadro::QtGui::Molecule;
31
32
32
33
namespace Avogadro {
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ class QThread;
24
24
25
25
namespace Avogadro {
26
26
27
+ namespace QtGui {
27
28
class BackgroundFileFormat ;
29
+ }
28
30
29
31
namespace QtPlugins {
30
32
@@ -57,7 +59,7 @@ private slots:
57
59
QAction* m_reassignUsingTool;
58
60
QAction* m_reassignFromFile;
59
61
QThread* m_fileReadThread;
60
- BackgroundFileFormat* m_threadedReader;
62
+ QtGui:: BackgroundFileFormat* m_threadedReader;
61
63
QtGui::Molecule* m_fileReadMolecule;
62
64
QProgressDialog* m_progressDialog;
63
65
You can’t perform that action at this time.
0 commit comments