[Konsole-devel] KDE/kdebase/apps/konsole/src
Kurt Hindenburg
kurt.hindenburg at gmail.com
Thu Aug 14 03:22:21 UTC 2008
SVN commit 846757 by hindenburg:
More c++ ebn krazy cleanups.
CCMAIL: konsole-devel at kde.org
M +1 -1 IncrementalSearchBar.h
M +1 -1 Pty.h
M +2 -0 TerminalDisplay.h
--- trunk/KDE/kdebase/apps/konsole/src/IncrementalSearchBar.h #846756:846757
@@ -103,7 +103,7 @@
* Constructs a new incremental search bar with the given parent widget
* @p features specifies the features which should be made available to the user.
*/
- IncrementalSearchBar(Features features , QWidget* parent = 0);
+ explicit IncrementalSearchBar(Features features , QWidget* parent = 0);
/**
* Sets an indicator for the user as to whether or not a match for the
--- trunk/KDE/kdebase/apps/konsole/src/Pty.h #846756:846757
@@ -70,7 +70,7 @@
* Construct a process using an open pty master.
* See KPtyProcess::KPtyProcess()
*/
- Pty(int ptyMasterFd, QObject* parent = 0);
+ explicit Pty(int ptyMasterFd, QObject* parent = 0);
~Pty();
--- trunk/KDE/kdebase/apps/konsole/src/TerminalDisplay.h #846756:846757
@@ -787,6 +787,8 @@
class AutoScrollHandler : public QObject
{
+Q_OBJECT
+
public:
AutoScrollHandler(QWidget* parent);
protected:
More information about the konsole-devel
mailing list