parent
a96956cb42
commit
1344b7d963
@ -1,26 +0,0 @@
|
||||
Description: Disable cli upload option
|
||||
Author: Alf Gaida <agaida@siduction.org>
|
||||
Bug-Debian: https://bugs.debian.org/834517
|
||||
Last-Update: 2016-09-19
|
||||
|
||||
--- a/src/core/core.cpp
|
||||
+++ b/src/core/core.cpp
|
||||
@@ -534,7 +534,7 @@ void Core::processCmdLineOpts(const QStringList& arguments)
|
||||
for (int i=0; i < _screenTypeOpts.count(); ++i)
|
||||
if (_cmdLine.isSet(_screenTypeOpts.at(i)))
|
||||
_conf->setDefScreenshotType(i);
|
||||
-
|
||||
+/*
|
||||
#ifdef SG_EXT_UPLOADS
|
||||
/// FIXMA - In module interface need add the mthod for geting module cmdLine options
|
||||
const QString UPLOAD_CMD_PARAM = QStringLiteral("upload");
|
||||
@@ -550,6 +550,9 @@ void Core::processCmdLineOpts(const QStringList& arguments)
|
||||
#else
|
||||
initWindow();
|
||||
#endif
|
||||
+*/
|
||||
+
|
||||
+ initWindow();
|
||||
|
||||
}
|
||||
|
@ -1,16 +0,0 @@
|
||||
Description: Disable cli upload option
|
||||
Author: Alf Gaida <agaida@siduction.org>
|
||||
Bug-Debian: https://bugs.debian.org/834517
|
||||
Last-Update: 2016-09-19
|
||||
|
||||
--- a/src/modules/uploader/moduleuploader.cpp
|
||||
+++ b/src/modules/uploader/moduleuploader.cpp
|
||||
@@ -40,7 +40,7 @@ ModuleUploader::ModuleUploader(QObject *parent) :
|
||||
{
|
||||
QString optUploadDescr = tr("Upload the screenshot to the default image host");
|
||||
_optUpload.setDescription(optUploadDescr);
|
||||
- Core::instance()->addCmdLineOption(_optUpload);
|
||||
+ // Core::instance()->addCmdLineOption(_optUpload);
|
||||
}
|
||||
|
||||
QString ModuleUploader::moduleName()
|
@ -1,2 +0,0 @@
|
||||
disable-cli-upload-option.patch
|
||||
core-cli-upload-option.patch
|
Loading…
Reference in new issue