mirror of
https://github.com/TuxSH/PkmGCTools.git
synced 2026-04-25 23:37:48 -05:00
Fixing licenses [PkmGCSaveEditor]
This commit is contained in:
parent
f31ce01cba
commit
3173566018
|
|
@ -1,3 +1,21 @@
|
|||
/*
|
||||
* Copyright (C) TuxSH 2015
|
||||
* This file is part of PkmGCSaveEditor.
|
||||
*
|
||||
* PkmGCSaveEditor is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PkmGCSaveEditor is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with PkmGCSaveEditor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Core/ItemPocketEditor.h>
|
||||
using namespace LibPkmGC;
|
||||
using namespace Localization;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,28 @@
|
|||
#ifndef _PKMGCSAVEEDITOR_ITEM_POCKET_EDITOR
|
||||
#define _PKMGCSAVEEDITOR_ITEM_POCKET_EDITOR
|
||||
/*
|
||||
* Copyright (C) TuxSH 2015
|
||||
* This file is part of PkmGCSaveEditor.
|
||||
*
|
||||
* PkmGCSaveEditor is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PkmGCSaveEditor is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with PkmGCSaveEditor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _PKMGCSAVEEDITOR_ITEM_POCKET_EDITOR_H
|
||||
#define _PKMGCSAVEEDITOR_ITEM_POCKET_EDITOR_H
|
||||
|
||||
#include <Core/ItemComboBox.h>
|
||||
#include <Core/UnsignedSpinbox.h>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
#include <QVBoxLayout>
|
||||
#include <Core/IDataUI.h>
|
||||
#include <QPushButton>
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
* along with PkmGCSaveEditor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _PKMGCSAVEEDITOR_PLAYER_UI
|
||||
#define _PKMGCSAVEEDITOR_PLAYER_UI
|
||||
#ifndef _PKMGCSAVEEDITOR_PLAYER_UI_H
|
||||
#define _PKMGCSAVEEDITOR_PLAYER_UI_H
|
||||
|
||||
#include <GCUIs/BagEditor.h>
|
||||
#include <Core/TrainerInfoLayout.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
/*
|
||||
* Copyright (C) TuxSH 2015
|
||||
* This file is part of PkmGCSaveEditor.
|
||||
*
|
||||
* PkmGCSaveEditor is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PkmGCSaveEditor is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with PkmGCSaveEditor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _PKMGCSAVEEDITOR_POKEMON_DISPLAY_WIDGET_H
|
||||
#define _PKMGCSAVEEDITOR_POKEMON_DISPLAY_WIDGET_H
|
||||
|
|
|
|||
|
|
@ -1,3 +1,21 @@
|
|||
/*
|
||||
* Copyright (C) TuxSH 2015
|
||||
* This file is part of PkmGCSaveEditor.
|
||||
*
|
||||
* PkmGCSaveEditor is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PkmGCSaveEditor is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with PkmGCSaveEditor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <GCUIs/PokemonUI.h>
|
||||
#include <QMessageBox>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,21 @@
|
|||
/*
|
||||
* Copyright (C) TuxSH 2015
|
||||
* This file is part of PkmGCSaveEditor.
|
||||
*
|
||||
* PkmGCSaveEditor is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PkmGCSaveEditor is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with PkmGCSaveEditor. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <MainWindow.h>
|
||||
#include <QMenuBar>
|
||||
#include <QMap>
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
int main(int argc, char *argv[]) {
|
||||
QApplication app(argc, argv);
|
||||
|
||||
MainWindow iface;
|
||||
iface.show();
|
||||
MainWindow userInterface;
|
||||
userInterface.show();
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user