diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-26 19:51:47 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-26 19:51:47 -0500 |
| commit | 3eb64c32e8643a34ce2de07bdb0f2fae2869b69a (patch) | |
| tree | a062ec424f37f1cab388b14ac28733219fe8e1f3 /src/datatab.h | |
| parent | 2b2bb69351328a93a29ae084d6391ffa347be47f (diff) | |
split downloads tab
Diffstat (limited to 'src/datatab.h')
| -rw-r--r-- | src/datatab.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/datatab.h b/src/datatab.h index a0f29a5f..32d788f6 100644 --- a/src/datatab.h +++ b/src/datatab.h @@ -1,3 +1,6 @@ +#ifndef MODORGANIZER_DATATAB_INCLUDED +#define MODORGANIZER_DATATAB_INCLUDED + #include "modinfodialogfwd.h" #include "modinfo.h" #include <filterwidget.h> @@ -58,3 +61,5 @@ private: void updateOptions(); void ensureFullyLoaded(); }; + +#endif // MODORGANIZER_DATATAB_INCLUDED |
