[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5722-g0030edf

Stephen Kelly steveire at gmail.com
Sun Nov 24 17:32:41 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  0030edf995e110b391f5e1d55177ac91ad9ee4bb (commit)
       via  1dc52211b995a779f5e48340511459e91ed622e6 (commit)
      from  893210b2e567ecfa66e7d311c123e4bd1047efd9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0030edf995e110b391f5e1d55177ac91ad9ee4bb
commit 0030edf995e110b391f5e1d55177ac91ad9ee4bb
Merge: 893210b 1dc5221
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 24 17:32:39 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Nov 24 17:32:39 2013 -0500

    Merge topic 'INTERFACE_AUTOUIC_OPTIONS' into next
    
    1dc5221 Add missing const.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1dc52211b995a779f5e48340511459e91ed622e6
commit 1dc52211b995a779f5e48340511459e91ed622e6
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 24 23:32:12 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Nov 24 23:32:12 2013 +0100

    Add missing const.

diff --git a/Tests/QtAutoUicInterface/mywidget.h b/Tests/QtAutoUicInterface/mywidget.h
index 800c30a..c96fb98 100644
--- a/Tests/QtAutoUicInterface/mywidget.h
+++ b/Tests/QtAutoUicInterface/mywidget.h
@@ -18,7 +18,7 @@ public:
   explicit MyWidget(QWidget *parent = 0);
 
 private:
-  std::auto_ptr<Ui::MyWidget> ui;
+  const std::auto_ptr<Ui::MyWidget> ui;
 };
 
 #endif

-----------------------------------------------------------------------

Summary of changes:
 Tests/QtAutoUicInterface/mywidget.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list