1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

GUI: rename all header files from .h to .hpp

This commit is contained in:
Henrik Hautakoski 2020-04-15 16:24:39 +02:00
parent f6dc9cd0b1
commit 4a3e5a5f62
7 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@
#include <QGridLayout>
#include <QStackedWidget>
#include "GenerateWindow.hpp"
#include "SearchWindow.h"
#include "SearchWindow.hpp"
#include "MainWindow.hpp"
MainWindow::MainWindow(QWidget *parent) :

View file

@ -26,7 +26,7 @@
#include <QMouseEvent>
#include <QListWidget>
#include <QListWidgetItem>
#include "MultiSelect.h"
#include "MultiSelect.hpp"
MultiSelect::MultiSelect(const QString& text, bool user_can_add, QWidget *parent) :
QPushButton (text + ": none", parent)

View file

@ -32,8 +32,8 @@
#include <eoskeygen/core/leet.h>
#include <eoskeygen/core/string.h>
#include "config.h"
#include "helpers.h"
#include "SearchWindow.h"
#include "helpers.hpp"
#include "SearchWindow.hpp"
SearchWindow::SearchWindow(QWidget *parent, Qt::WindowFlags flags) :
QWidget (parent, flags),

View file

@ -35,7 +35,7 @@
#include <QWidget>
#include <eoskeygen/key_search_result.h>
#include <eoskeygen/key_search.h>
#include "MultiSelect.h"
#include "MultiSelect.hpp"
class SearchWindow : public QWidget, public eoskeygen::IKeySearchResult
{

View file

@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#include "helpers.h"
#include "helpers.hpp"
QStringList get_files(const QDir& directory) {