~ubuntu-branches/ubuntu/wily/plasma-nm/wily-proposed

« back to all changes in this revision

Viewing changes to libs/editor/settings/cdmawidget.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Jonathan Riddell, Harald Sitter, Scarlett Clark
  • Date: 2014-10-01 16:14:15 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20141001161415-b3q27oqg8xqumbq7
Tags: 4:5.1.0.1-0ubuntu1
[ Jonathan Riddell ]
* New upstream release

[ Harald Sitter ]
* Drop ugly workaround to make a desktop file exectuable
  + This either should be done upstream or be lintian overridden (former
    seems more suitable). Upstream has been poked on IRC.
* Add lintian overrides
  + missing manpages: we don't care
  + package name doesn't match soname: we don't care for internal libraries
  + shlib-without-versioned-soname: we don't care for internal libraries
* Fix copyright short license for LGPL-KDEeV

[ Scarlett Clark ]
* Fix copyright short licence for LGPL-2.1-KDEeV 

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLASMA_NM_CDMA_WIDGET_H
22
22
#define PLASMA_NM_CDMA_WIDGET_H
23
23
 
24
 
#include <QtGui/QWidget>
 
24
#include <QtWidgets/QWidget>
25
25
 
26
26
#include <NetworkManagerQt/Setting>
27
27
 
28
28
#include "settingwidget.h"
29
 
#include "plasmanm_export.h"
30
29
 
31
30
namespace Ui
32
31
{
33
32
class CdmaWidget;
34
33
}
35
34
 
36
 
class PLASMA_NM_EXPORT CdmaWidget : public SettingWidget
 
35
class Q_DECL_EXPORT CdmaWidget : public SettingWidget
37
36
{
38
37
    Q_OBJECT
39
38
public:
44
43
 
45
44
    QVariantMap setting(bool agentOwned = false) const;
46
45
 
47
 
private slots:
 
46
private Q_SLOTS:
48
47
    void showPassword(bool show);
49
48
 
50
49
private: