mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-05 19:39:42 -05:00
rename form1 to mainwindow
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#include <qapplication.h>
|
||||
#include "form1.h"
|
||||
#include "mainwindow.h"
|
||||
#include "extendedmainform.h"
|
||||
|
||||
#if defined(Q_WS_MAC)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef __EXTENDEDMAINFORM__
|
||||
#define __EXTENDEDMAINFORM__
|
||||
|
||||
#include "form1.h"
|
||||
#include "mainwindow.h"
|
||||
#include <QDragEnterEvent>
|
||||
|
||||
class ExtendedMainForm : public mainForm
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "form1.h"
|
||||
#include "mainwindow.h"
|
||||
|
||||
#include <qvariant.h>
|
||||
#include <qimage.h>
|
||||
+4
-4
@@ -22,11 +22,11 @@ HEADERS += extendedmainform.h \
|
||||
edittableform.h \
|
||||
exporttablecsvform.h \
|
||||
findform.h \
|
||||
form1.h \
|
||||
importcsvform.h \
|
||||
renametableform.h \
|
||||
sqllogform.h \
|
||||
preferencesform.h
|
||||
preferencesform.h \
|
||||
mainwindow.h
|
||||
SOURCES += extendedmainform.cpp \
|
||||
browsermain.cpp \
|
||||
sqlitedb.cpp \
|
||||
@@ -45,11 +45,11 @@ SOURCES += extendedmainform.cpp \
|
||||
edittableform.cpp \
|
||||
exporttablecsvform.cpp \
|
||||
findform.cpp \
|
||||
form1.cpp \
|
||||
importcsvform.cpp \
|
||||
renametableform.cpp \
|
||||
sqllogform.cpp \
|
||||
preferencesform.cpp
|
||||
preferencesform.cpp \
|
||||
mainwindow.cpp
|
||||
IMAGES = images/create_index.png \
|
||||
images/create_table.png \
|
||||
images/delete_index.png \
|
||||
|
||||
Reference in New Issue
Block a user