Removed unused RepoDialog

FossilOrigin-Name: fb85ae054f85e81e64e9d534fe502959f7f1fa2e
This commit is contained in:
kostas
2011-10-19 16:24:42 +00:00
parent 32da4986ae
commit bff4b2967c
6 changed files with 62 additions and 251 deletions

110
fuel.pro
View File

@ -1,55 +1,55 @@
#-------------------------------------------------
#
# Project created by QtCreator 2011-08-01T00:17:18
#
#-------------------------------------------------
QT += core gui
TARGET = Fuel
TEMPLATE = app
# OSX Icon
ICON = icons/fuel.icns
# Win Icon
RC_FILE = fuel.rc
SOURCES += main.cpp\
MainWindow.cpp \
CommitDialog.cpp \
FileActionDialog.cpp \
RepoDialog.cpp \
SettingsDialog.cpp
HEADERS += MainWindow.h \
CommitDialog.h \
FileActionDialog.h \
RepoDialog.h \
SettingsDialog.h
FORMS += MainWindow.ui \
CommitDialog.ui \
FileActionDialog.ui \
RepoDialog.ui \
SettingsDialog.ui
RESOURCES += \
resources.qrc
#-------------------------------------------------
#
# Project created by QtCreator 2011-08-01T00:17:18
#
#-------------------------------------------------
QT += core gui
TARGET = Fuel
TEMPLATE = app
# OSX Icon
ICON = icons/fuel.icns
# Win Icon
RC_FILE = fuel.rc
SOURCES += main.cpp\
MainWindow.cpp \
CommitDialog.cpp \
FileActionDialog.cpp \
SettingsDialog.cpp
HEADERS += MainWindow.h \
CommitDialog.h \
FileActionDialog.h \
SettingsDialog.h
FORMS += MainWindow.ui \
CommitDialog.ui \
FileActionDialog.ui \
SettingsDialog.ui
RESOURCES += \
resources.qrc