~ubuntu-branches/ubuntu/trusty/fritzing/trusty-proposed

« back to all changes in this revision

Viewing changes to src/help/sketchmainhelp.cpp

  • Committer: Package Import Robot
  • Author(s): Enrique Hernández Bello
  • Date: 2012-11-11 21:38:56 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121111213856-0825ywdrtdcshl91
Tags: 0.7.10b-1
* New upstream version. Closes: #661495, #692998
* Removed useless patches.
* Removed SetupAPI.lib from sourceless files.
* Skip dfsg tarball creation if there are no sourceless files.
* Added libqt4-sql-sqlite to dependencies. Thanks to Tom Hummel <tom@bluespice.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
********************************************************************
20
20
 
21
 
$Revision: 5309 $:
22
 
$Author: cohen@irascible.com $:
23
 
$Date: 2011-07-30 21:17:22 +0200 (Sat, 30 Jul 2011) $
 
21
$Revision: 6469 $:
 
22
$Author: irascibl@gmail.com $:
 
23
$Date: 2012-09-23 00:54:30 +0200 (Sun, 23 Sep 2012) $
24
24
 
25
25
********************************************************************/
26
26
 
123
123
}
124
124
 
125
125
void SketchMainHelpPrivate::doClose() {
126
 
        emit aboutToClose();
127
126
        m_parent->doClose();
128
127
}
129
128