Maemo: Encapsulate remote mount functionality in its own class.

This commit is contained in:
ck
2010-08-10 15:05:21 +02:00
parent 823f0fd1b5
commit 0b5e36d6fa
7 changed files with 511 additions and 269 deletions

View File

@@ -30,7 +30,8 @@ HEADERS += \
$$PWD/maemoremotemountsmodel.h \
$$PWD/maemodeviceenvreader.h \
$$PWD/maemotemplatesmanager.h \
$$PWD/maemomountspecification.h
$$PWD/maemomountspecification.h \
$$PWD/maemoremotemounter.h
SOURCES += \
$$PWD/maemoconfigtestdialog.cpp \
@@ -62,7 +63,8 @@ SOURCES += \
$$PWD/maemoremotemountsmodel.cpp \
$$PWD/maemodeviceenvreader.cpp \
$$PWD/maemotemplatesmanager.cpp \
$$PWD/maemomountspecification.cpp
$$PWD/maemomountspecification.cpp \
$$PWD/maemoremotemounter.cpp
FORMS += \
$$PWD/maemoconfigtestdialog.ui \