Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
transfer-engine
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mer-core
transfer-engine
Commits
bb5a7e25
Commit
bb5a7e25
authored
Apr 16, 2013
by
Marko Mattila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[nemo-transferengine] Transfer Engine reads config file from a new location now.
parent
06f20cdf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
doc/html/.gitignore
doc/html/.gitignore
+2
-0
src/main.cpp
src/main.cpp
+0
-2
src/transferengine.cpp
src/transferengine.cpp
+2
-0
No files found.
doc/html/.gitignore
0 → 100644
View file @
bb5a7e25
*html
*index*
src/main.cpp
View file @
bb5a7e25
...
...
@@ -33,8 +33,6 @@
int
main
(
int
argc
,
char
*
argv
[])
{
QCoreApplication
app
(
argc
,
argv
);
QCoreApplication
::
setOrganizationName
(
"nemomobile"
);
QCoreApplication
::
setApplicationName
(
"nemo-transfer-engine"
);
QString
translationPath
(
"/usr/share/translations/"
);
QTranslator
engineeringEnglish
;
...
...
src/transferengine.cpp
View file @
bb5a7e25
...
...
@@ -46,6 +46,7 @@
#include <signal.h>
#define SHARE_PLUGINS_PATH "/usr/lib/nemo-transferengine/plugins"
#define CONFIG_PATH "/usr/share/nemo-transferengine/nemo-transfer-engine.conf"
#define FILE_WATCHER_TIMEOUT 5000
...
...
@@ -74,6 +75,7 @@ TransferEngineSignalHandler::TransferEngineSignalHandler()
TransferEnginePrivate
::
TransferEnginePrivate
(
TransferEngine
*
parent
)
:
m_notificationsEnabled
(
true
),
m_settings
(
CONFIG_PATH
,
QSettings
::
IniFormat
),
q_ptr
(
parent
)
{
m_fileWatcherTimer
=
new
QTimer
(
this
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment