src/EditProductTab1.cpp

changeset 227
7966bf14cc34
parent 225
448e4187cada
child 233
baf666307ebb
equal deleted inserted replaced
226:23fe317dcf3c 227:7966bf14cc34
15 * 15 *
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 */ 18 */
19 19
20
21 void EditProduct::code_changed(QString code)
22 {
23 product->code = code;
24 is_changed();
25 }
20 26
21 27
22 void EditProduct::name_changed(QString name) 28 void EditProduct::name_changed(QString name)
23 { 29 {
24 product->name = name; 30 product->name = name;

mercurial